CASINO BLOCKER

CASINO BLOCKER

Denne google chrome extension hjælper dig, med at ungå at tilgå danske online kasino sider.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CASINO BLOCKER",
  "version": "1.0.1",
  "description": "Denne google chrome extension hjælper dig, med at ungå at tilgå danske online kasino sider.",
  "author": "Asbjørn Woer Brask",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/border/icon16.png",
    "32": "icons/border/icon32.png",
    "48": "icons/border/icon48.png",
    "128": "icons/border/icon128.png"
  }
}