Affilitizer Firefox

Examine source code of Affilitizer

Inspect and view changes in Affilitizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "16": "images/inactive-16.png",
      "32": "images/inactive-32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/vendor/supabase.js",
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "optional": [
          "technicalAndInteraction"
        ],
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteContent"
        ]
      },
      "id": "info@affilitizer.com"
    }
  },
  "content_scripts": [
    {
      "css": [
        "css/tailwind-output.css"
      ],
      "include_globs": [
        "http://*.*/*",
        "https://*.*/*",
        "http://www.*.*/*",
        "https://www.*.*/*"
      ],
      "js": [
        "js/vendor/tldts.js",
        "js/affilitizer.js",
        "js/popup_helper.js",
        "js/google_parser.js",
        "js/affiliate_checker.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "host_permissions": [
    "https://data.affilitizer.com/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "Affilitizer",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage"
  ],
  "version": "3.1.17",
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "popup.html",
        "images/icon64.png",
        "fonts/*.woff2"
      ]
    }
  ]
}

Best Affilitizer Alternatives

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