X-Scrape (Twitter Bulk Scrape) Firefox

Examine source code of X-Scrape (Twitter Bulk Scrape)

By: Bryde Add-on
Inspect and view changes in X-Scrape (Twitter Bulk Scrape) source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "X-Scrape",
  "version": "20260624.9",
  "description": "Collects all photos and videos from an X (Twitter) profile's media tab and downloads them as a single ZIP archive.",
  "browser_specific_settings": {
    "gecko": {
      "id": "x-scrape@media.local",
      "strict_min_version": "110.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*",
    "https://pbs.twimg.com/*",
    "https://video.twimg.com/*",
    "https://*.twimg.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "intercept.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "lib/jszip.min.js",
        "ui.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best X-Scrape (Twitter Bulk Scrape) Alternatives

Here are some Firefox add-ons that are similar to X-Scrape (Twitter Bulk Scrape):