Anti-Addiction Terminator

Anti-Addiction Terminator

Play the game you want to play, regardless of age restriction

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "dsy4567",
  "action": {
    "default_icon": {
      "128": "/icon/128.png"
    },
    "default_popup": "/popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "zh_CN",
  "commands": {
    "1": {
      "description": "__MSG_btn0__"
    },
    "2": {
      "description": "__MSG_btn1__"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "/css/content.css"
      ],
      "js": [
        "/js/content.js"
      ],
      "matches": [
        "*://*.17yy.com/*",
        "*://*.4399.com/*",
        "*://*.7k7k.com/*",
        "*://*.aiwan4399.com/*",
        "*://*.iwan4399.com/*",
        "*://*.zxwyouxi.com/*",
        "*://*.5054399.net/*",
        "*://*.5054399.com/*",
        "*://h5.07073.com/*",
        "*://*.7724.com/*",
        "*://*.u7u9.com/*",
        "*://*.gamedog.cn/*",
        "*://*.9377.com/*",
        "*://*.37.com/*",
        "*://*.4366.com/*"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "js": [
        "/js/content-4399.js"
      ],
      "matches": [
        "*://*.4399.com/*",
        "*://*.aiwan4399.com/*",
        "*://*.iwan4399.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "__MSG_dec__",
  "homepage_url": "https://fcmsb250.github.io/",
  "icons": {
    "128": "/icon/128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88.0.0.0",
  "name": "__MSG_name__",
  "permissions": [
    "notifications",
    "storage"
  ],
  "version": "1.3.2",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.17yy.com/*",
        "*://*.4399.com/*",
        "*://*.7k7k.com/*",
        "*://*.aiwan4399.com/*",
        "*://*.iwan4399.com/*",
        "*://*.zxwyouxi.com/*",
        "*://*.5054399.net/*",
        "*://*.5054399.com/*",
        "*://h5.07073.com/*",
        "*://*.7724.com/*",
        "*://*.u7u9.com/*",
        "*://*.gamedog.cn/*",
        "*://*.9377.com/*",
        "*://*.37.com/*",
        "*://*.4366.com/*"
      ],
      "resources": [
        "/js/no-fcm.js",
        "/js/no-fcm-4399.js",
        "/css/content.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}