SnapWeb for Firefox Firefox

Examine source code of SnapWeb for Firefox

By: Benja Add-on
Inspect and view changes in SnapWeb for Firefox source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "SnapWeb for Firefox",
  "description": "Seamlessly enables Snapchat Web compatibility in Firefox by spoofing the browser environment.",
  "manifest_version": 2,
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://*.snapchat.com/*",
    "*://*.sc-corp.net/*"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.snapchat.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "scripts/inject.js",
    "scripts/service-worker.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "snapweb@benjaextensions.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SnapWeb for Firefox Alternatives

Here are some Firefox add-ons that are similar to SnapWeb for Firefox: