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.

Hvad er Twitch - Bonus Collector?

Twitch - Bonus Collector er en Chrome-udvidelse udviklet af Alexander Gerasimov, og dens hovedfunktion er "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Twitch - Bonus Collector-udvidelses-CRX-fil

Download Twitch - Bonus Collector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Simple use! Nothing extra!                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch - Bonus Collector Twitch - Bonus Collector
ID dlohmjidoachadcbejnkpaikmgphoilo
Officiel URL https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo
Beskrivelse Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Filstørrelse 70.15 KB
Antal Installationer 322
Nuværende Version 1.0.5
Senest Opdateret 2021-05-19
Udgivelsesdato 2020-04-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Alexander Gerasimov
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}