Channel Point and Drop Collector

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

Apa itu Channel Point and Drop Collector?

Channel Point and Drop Collector adalah ekstensi Chrome yang dikembangkan oleh WeaselStorm, dan fitur utamanya adalah "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Channel Point and Drop Collector

Unduh file ekstensi Channel Point and Drop Collector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
URL Resmi https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Deskripsi Collects bonus channel points and claims Drops while watching a stream on Twitch.
Ukuran File 11.4 KB
Jumlah Instalasi 3,691
Versi Saat Ini 0.0.10
Terakhir Diperbarui 2022-01-02
Tanggal Publikasi 2021-12-22
Penilaian 3.57/5 Total 7 Penilaian
Pengembang WeaselStorm
Email [email protected]
Situs Ekstensi https://github.com/WeaselStorm/ChannelPointCollector
URL Halaman Bantuan https://github.com/WeaselStorm/ChannelPointCollector/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}