PIX Studio Plugin Firefox

Examine source code of PIX Studio Plugin

Inspect and view changes in PIX Studio Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PIX Studio Plugin",
  "version": "3.0.14",
  "offline_enabled": true,
  "options_page": "options.html",
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "nativeMessaging",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pixrpa@pixrpa.com",
      "strict_min_version": "60.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best PIX Studio Plugin Alternatives

Here are some Firefox add-ons that are similar to PIX Studio Plugin: