Twitch - Bonus Collector

Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.

什麼是Twitch - Bonus Collector?

Twitch - Bonus Collector是由Alexander Gerasimov開發的Chrome擴展程式,該擴展的主要功能是“Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.”。

擴展截圖

screenshot
screenshot
screenshot

下載Twitch - Bonus Collector擴展crx文件

下載Twitch - Bonus Collector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple use! Nothing extra!                    

擴展基本資訊

名稱 Twitch - Bonus Collector Twitch - Bonus Collector
ID dlohmjidoachadcbejnkpaikmgphoilo
官方網址 https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo
簡介 Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
檔案大小 70.15 KB
安裝次數 322
目前版本 1.0.5
更新時間 2021-05-19
上架時間 2020-04-16
評分 5.00/5 共 1 次評分
開發者 Alexander Gerasimov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "name": "Twitch - Bonus Collector",
    "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.",
    "version": "1.0.5",
    "author": "Alexander Gerasimov",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "browser_action": {
        "default_title": "Twitch - Bonus Collector",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "64": "img\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js",
                "js\/core.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js",
            "js\/core.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/www.twitch.tv\/*"
    ]
}