Utiq Detector Firefox

Examine source code of Utiq Detector

Inspect and view changes in Utiq Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1.0",
  "default_locale": "en",
  "homepage_url": "https://github.com/CedHaurus/utiq-detector",
  "permissions": [
    "storage",
    "alarms",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "16": "icons/icon-gray-16.png",
      "32": "icons/icon-gray-32.png",
      "48": "icons/icon-gray-48.png",
      "128": "icons/icon-gray-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-brand-16.png",
    "32": "icons/icon-brand-32.png",
    "48": "icons/icon-brand-48.png",
    "128": "icons/icon-brand-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "utiq-detector@christopheboutry.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Utiq Detector Alternatives

Here are some Firefox add-ons that are similar to Utiq Detector: