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.

Cos'è Twitch - Bonus Collector?

Twitch - Bonus Collector è un'estensione di Chrome sviluppata da Alexander Gerasimov, e la sua funzione principale è "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch - Bonus Collector

Scarica i file di estensione Twitch - Bonus Collector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple use! Nothing extra!                    

Informazioni di Base sull'Estensione

Nome Twitch - Bonus Collector Twitch - Bonus Collector
ID dlohmjidoachadcbejnkpaikmgphoilo
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo
Descrizione Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Dimensione del File 70.15 KB
Conteggio Installazioni 322
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-05-19
Data di Pubblicazione 2020-04-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Alexander Gerasimov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}