ConsistentHTTPS Firefox

Examine source code of ConsistentHTTPS

Inspect and view changes in ConsistentHTTPS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ConsistentHTTPS",
  "description": "__MSG_addon_description__",
  "version": "1.3resigned1",
  "author": "Marat Tanalin",
  "homepage_url": "__MSG_addon_url__",
  "default_locale": "en",
  "icons": {
    "48": "icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "consistent-https@tanalin.com",
      "strict_min_version": "52.0"
    }
  },
  "background": {
    "scripts": [
      "/_/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "/_/js/utils.js",
        "/_/js/options-utils.js",
        "/_/js/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.htm",
    "browser_style": false
  },
  "permissions": [
    "storage"
  ]
}

Mejores alternativas ConsistentHTTPS

Aquí hay algunas Firefox add-ons que son similares a ConsistentHTTPS: