圖其輔助器

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

What is 圖其輔助器?

圖其輔助器 is a Chrome extension developed by yyy335522001, and its main feature is "實況點數寶箱自動開啟,聊天室的點數寶箱自動開,讓你掛台也能賺點數~~~".

Extension Screenshots

screenshot
screenshot

Download 圖其輔助器 Extension CRX File

Download 圖其輔助器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        看個台就是想要邊滑手遊邊看阿
所以就讓圖其輔助器幫你開吧
聊天室的點數寶箱自動開,讓你掛台也能賺點數~~~~~~~                    

Extension Basic Information

Name 圖其輔助器 圖其輔助器
ID lkphfpgdnihblppnamkenfadbopgappe
Official URL https://chromewebstore.google.com/detail/%E5%9C%96%E5%85%B6%E8%BC%94%E5%8A%A9%E5%99%A8/lkphfpgdnihblppnamkenfadbopgappe
Description 實況點數寶箱自動開啟,聊天室的點數寶箱自動開,讓你掛台也能賺點數~~~
File Size 26.49 KB
Installation Count 265
Current Version 2.0.0
Last Updated 2020-12-19
Publish Date 2020-05-06
Rating 3.25/5 Total 4 Ratings
Developer yyy335522001
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5716\u5176\u8f14\u52a9\u5668",
    "description": "\u5be6\u6cc1\u9ede\u6578\u5bf6\u7bb1\u81ea\u52d5\u958b\u555f\uff0c\u804a\u5929\u5ba4\u7684\u9ede\u6578\u5bf6\u7bb1\u81ea\u52d5\u958b\uff0c\u8b93\u4f60\u639b\u53f0\u4e5f\u80fd\u8cfa\u9ede\u6578~~~",
    "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"
            ]
        }
    ]
}