AMPoo Firefox

Examine source code of AMPoo

By: defkev Add-on
Inspect and view changes in AMPoo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AMPoo",
  "version": "0.0.9",
  "description": "Because AMP is crap",
  "developer": {
    "name": "defkev"
  },
  "applications": {
    "gecko": {
      "id": "AMPoo@defkev",
      "strict_min_version": "54.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "http*://www.google.*"
      ],
      "js": [
        "google.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best AMPoo Alternatives

Here are some Firefox add-ons that are similar to AMPoo: