Examine source code of sssTwitter Video Downloader

Inspect and view changes in sssTwitter Video Downloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_description__",
  "version": "5.2.2",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "declarativeNetRequest",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "19": "icon/icon64.png",
      "38": "icon/icon64.png"
    },
    "default_title": "ssstwitter"
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/arrive.min.js",
        "js/downloader.js"
      ],
      "matches": [
        "https://*.ssstwitter.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/arrive.min.js",
        "js/content.js"
      ],
      "matches": [
        "https://*.x.com/*"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon/icon64.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/*",
        "website.css"
      ],
      "matches": [
        "https://ssstwitter.com/*"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "adblocker01",
        "enabled": true,
        "path": "adblock.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}