Deamplify Firefox

Examine source code of Deamplify

Inspect and view changes in Deamplify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Deamplify",
  "version": "0.1",
  "description": "A simple Firefox addon to help users go to the non-shitty, non-Google AMP versions of websites",
  "icons": {
    "48": "icons/deamplify.svg",
    "96": "icons/deamplify.svg"
  },
  "page_action": {
    "default_icon": "icons/deamplify.svg",
    "default_title": "Deamplify"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "deamplify.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "deamplify-background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}

Best Deamplify Alternatives

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