巴哈動畫瘋觀看紀錄+

巴哈動畫瘋觀看紀錄+

紀錄動畫瘋觀看紀錄

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "script/content.js"
      ],
      "matches": [
        "https://ani.gamer.com.tw/animeVideo.php*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "__MSG_EXT_DESC__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "name": "__MSG_EXT_NAME__",
  "default_locale": "zh_TW",
  "background": {
    "service_worker": "script/background.js"
  },
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://ani.gamer.com.tw/*"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "script/injection.js"
      ],
      "matches": [
        "https://ani.gamer.com.tw/*"
      ]
    }
  ],
  "version": "1.1.0"
}