Channel Point and Drop Collector

Collects bonus channel points and claims Drops while watching a stream on Twitch.

Vad är Channel Point and Drop Collector?

Channel Point and Drop Collector är en Chrome-tillägg utvecklad av WeaselStorm, och dess huvudfunktion är "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

Tilläggsskärmbilder

screenshot

Ladda ner Channel Point and Drop Collector-förlängningens CRX-fil

Ladda ner Channel Point and Drop 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

                        Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.                    

Grundläggande Information om Tillägg

Namn Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Officiell webbadress https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Beskrivning Collects bonus channel points and claims Drops while watching a stream on Twitch.
Filstorlek 11.4 KB
Antal Installationer 3,691
Aktuell Version 0.0.10
Senast Uppdaterad 2022-01-02
Publiceringsdatum 2021-12-22
Betyg 3.57/5 Totalt 7 Betyg
Utvecklare WeaselStorm
E-post [email protected]
Tilläggswebbplats https://github.com/WeaselStorm/ChannelPointCollector
Hjälpsida URL https://github.com/WeaselStorm/ChannelPointCollector/issues
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Channel Point and Drop Collector",
    "version": "0.0.10",
    "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/interaction.js"
            ]
        }
    ]
}