AMP Browser Extension Firefox

Examine source code of AMP Browser Extension

Inspect and view changes in AMP Browser Extension 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": "AMP Browser Extension",
  "short_name": "AMP Browser",
  "description": "Accelerate web browsing by automatically loading AMP or MIP versions of web pages, saving data and bandwidth.",
  "version": "1.1resigned1",
  "author": "AMP Browser",
  "homepage_url": "http://ampbrowser.com",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "img/icon-inactive48.png",
    "default_title": "No AMP HTML detected"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e562410b-c03c-480c-bfec-69cff1973e0e}"
    }
  }
}

Meilleures alternatives AMP Browser Extension

Voici quelques Firefox add-ons qui sont similaires à AMP Browser Extension :