Pixelify Firefox

Examine source code of Pixelify

제작자: Mike Oxmaul Add-on
Inspect and view changes in Pixelify 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": 3,
  "name": "Pixelify",
  "version": "2.3",
  "description": "Block distractive images on websites to focus and get more work done",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Pixelify",
    "default_popup": "dist/popup.html"
  },
  "options_ui": {
    "page": "dist/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pixelify@example.com",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/**"
      ],
      "js": [
        "color.js",
        "shared.js",
        "nude.js",
        "pixelify.js",
        "darken.js",
        "rules.js",
        "index.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}

최고의 Pixelify 대안

다음은 Pixelify과(와) 유사한 Firefox add-on입니다: