Pixel Proof Firefox

Examine source code of Pixel Proof

Par : Arthur
Inspect and view changes in Pixel Proof source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pixel Proof",
  "version": "0.1.0",
  "description": "Image analysis & authenticity checker - fully local, no data leaves your browser",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "src/settings/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "assets/index.ts-BPf1ZRLH.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-BFGMLLLr.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "src/assets/icon-16.png",
      "32": "src/assets/icon-32.png",
      "48": "src/assets/icon-48.png",
      "128": "src/assets/icon-128.png"
    },
    "default_title": "Pixel Proof"
  },
  "sidebar_action": {
    "default_panel": "src/panel/index.html",
    "default_title": "Pixel Proof Analysis"
  },
  "icons": {
    "16": "src/assets/icon-16.png",
    "32": "src/assets/icon-32.png",
    "48": "src/assets/icon-48.png",
    "128": "src/assets/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pixel-proof@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/assets/*",
        "assets/index.ts-BFGMLLLr.js"
      ],
      "use_dynamic_url": false
    }
  ]
}

Meilleures alternatives Pixel Proof

Voici quelques Firefox add-ons qui sont similaires à Pixel Proof :