Poly-Filter Firefox

Examine source code of Poly-Filter

Par : aubsjarvs
Inspect and view changes in Poly-Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Poly-Filter",
  "version": "1.1.0",
  "description": "Automatically detects and flags products containing polyester, nylon, and other synthetic materials while you shop online. Browse plastic-free with confidence.",
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-48.png",
      "32": "icons/icon-96.png"
    },
    "default_title": "Poly-Filter",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ilove.ajarvis@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Poly-Filter

Voici quelques Firefox add-ons qui sont similaires à Poly-Filter :