Twitch Auto Channel Points Collector

Automatically collect channel points while you are watching someone on twitch.tv!

Vad är Twitch Auto Channel Points Collector?

Twitch Auto Channel Points Collector är en Chrome-tillägg utvecklad av https://jerejacobson.com, och dess huvudfunktion är "Automatically collect channel points while you are watching someone on twitch.tv!".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Auto Channel Points Collector-förlängningens CRX-fil

Ladda ner Twitch Auto Channel Points Collector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This is an extension for twitch.tv that will auto click on channel point gifts for you.                    

Grundläggande Information om Tillägg

Namn Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
Officiell webbadress https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
Beskrivning Automatically collect channel points while you are watching someone on twitch.tv!
Filstorlek 46.46 KB
Antal Installationer 153
Aktuell Version 0.0.0.2
Senast Uppdaterad 2022-02-01
Publiceringsdatum 2022-01-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://jerejacobson.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.jerejacobson.com/posts/buildchromeextension/
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points Collector",
    "description": "Automatically collect channel points while you are watching someone on twitch.tv!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "css": [
            "style.css"
        ],
        "default_icon": {
            "16": "\/images\/channel16.png",
            "32": "\/images\/channel32.png",
            "48": "\/images\/channel48.png",
            "128": "\/images\/channel128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/channel16.png",
        "32": "\/images\/channel32.png",
        "48": "\/images\/channel48.png",
        "128": "\/images\/channel128.png"
    }
}