Opt Out Firefox

Examine source code of Opt Out

제작자: Opt Out Tools
Inspect and view changes in Opt Out source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Opt Out",
  "version": "1.0.4",
  "description": "Blocks offensive and inappropriate tweets.",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "storage",
    "https://api.optoutools.com/predict"
  ],
  "applications": {
    "gecko": {
      "id": "opt.out.tool@gmail.com"
    }
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Opt-Out-Ext",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "192": "icons/icon-192.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*"
      ],
      "css": [
        "content/opt-out.css"
      ],
      "js": [
        "content/opt-out-ext.js"
      ]
    }
  ]
}

최고의 Opt Out 대안

다음은 Opt Out과(와) 유사한 Firefox add-on입니다: