4-4-4-4 Hint

4-4-4-4 Hint

Shows 4-4-4-4 hint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "4-4-4-4 Hint",
  "version": "1.0.0",
  "description": "Shows 4-4-4-4 hint.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://4-4-4-4.net/"
      ],
      "js": [
        "js/bs.js",
        "js/cpu.js",
        "js/main.js"
      ],
      "run_at": "document_end"
    }
  ]
}