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.

Wat is Twitch - Bonus Collector?

Twitch - Bonus Collector is een Chrome-extensie ontwikkeld door Alexander Gerasimov, en de belangrijkste functie is "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Twitch - Bonus Collector

Download Twitch - Bonus Collector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simple use! Nothing extra!                    

Basisinformatie over de Extensie

Naam Twitch - Bonus Collector Twitch - Bonus Collector
ID dlohmjidoachadcbejnkpaikmgphoilo
Officiële URL https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo
Beschrijving Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Bestandsgrootte 70.15 KB
Aantal Installaties 322
Huidige Versie 1.0.5
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2020-04-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alexander Gerasimov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}