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.

What is Twitch - Bonus Collector?

Twitch - Bonus Collector is a Chrome extension developed by Alexander Gerasimov, and its main feature is "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitch - Bonus Collector Extension CRX File

Download Twitch - Bonus Collector 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

                        Simple use! Nothing extra!                    

Extension Basic Information

Name Twitch - Bonus Collector Twitch - Bonus Collector
ID dlohmjidoachadcbejnkpaikmgphoilo
Official URL https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo
Description Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
File Size 70.15 KB
Installation Count 322
Current Version 1.0.5
Last Updated 2021-05-19
Publish Date 2020-04-16
Rating 5.00/5 Total 1 Ratings
Developer Alexander Gerasimov
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}