Trustpilot Banner (DK) Firefox

Examine source code of Trustpilot Banner (DK)

By: jan l Add-on
Inspect and view changes in Trustpilot Banner (DK) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Trustpilot Banner (DK)",
  "version": "1.3.1",
  "description": "Viser automatisk en farvet Trustpilot-vurdering på alle hjemmesider, og CVR-tjek på danske (.dk) hjemmesider.",
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*.trustpilot.com/*",
    "https://cvrapi.dk/*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.lerk.ing/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Trustpilot Banner"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c3e9b1a-4f2d-4a6e-9c8b-1d5f6a7b8c9d}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Trustpilot Banner (DK) Alternatives

Here are some Firefox add-ons that are similar to Trustpilot Banner (DK):