圖其輔助器

圖其輔助器

實況點數寶箱自動開啟,聊天室的點數寶箱自動開,讓你掛台也能賺點數~~~

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "圖其輔助器",
  "description": "實況點數寶箱自動開啟,聊天室的點數寶箱自動開,讓你掛台也能賺點數~~~",
  "version": "2.0.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.twitch.tv/*",
        "https://www.twitch.tv/*"
      ],
      "js": [
        "execute.js"
      ]
    }
  ]
}