Affilicode System Tag Checker

Affilicode System Tag Checker

Display information about Affilicode System Tag when the tag is on the page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Affilicode System Tag Checker",
  "description": "Display information about Affilicode System Tag when the tag is on the page",
  "version": "1.0",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery-3.6.1.min.js",
        "js/css.js",
        "js/function.js",
        "js/content_script.js",
        "js/main.js"
      ]
    }
  ]
}