HTTP Only Mode Firefox

Examine source code of HTTP Only Mode

제작자: herronjo Add-on
Inspect and view changes in HTTP Only Mode 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
{
  "manifest_version": 2,
  "name": "HTTP Only Mode",
  "short_name": "HTTP(!S)",
  "description": "This extension will force all websites to use HTTP only.",
  "version": "1.0",
  "author": "Joshua Herron",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png"
    },
    "default_title": "HTTP Only Mode",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "block.png",
    "img/alert.svg",
    "img/blocked.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "httponlymode@joshiepoo.com"
    }
  }
}

최고의 HTTP Only Mode 대안

다음은 HTTP Only Mode과(와) 유사한 Firefox add-on입니다: