Facebook™ Silent Mode Firefox

Examine source code of Facebook™ Silent Mode

By: matico Add-on
Inspect and view changes in Facebook™ Silent Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Facebook Silent Mode",
  "short_name": "Facebook Silent Mode",
  "description": "Facebook Silent Mode",
  "version": "1.0.4",
  "author": "matico",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "webNavigation",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "data/*.json"
  ],
  "browser_action": {
    "default_icon": "icon/logo.png"
  }
}

Best Facebook™ Silent Mode Alternatives

Here are some Firefox add-ons that are similar to Facebook™ Silent Mode: