Twitch Treasure Collector (Channel Points)

Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK

Apa itu Twitch Treasure Collector (Channel Points)?

Twitch Treasure Collector (Channel Points) adalah ekstensi Chrome yang dikembangkan oleh chris, dan fitur utamanya adalah "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Twitch Treasure Collector (Channel Points)

Unduh file ekstensi Twitch Treasure Collector (Channel Points) 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

                        Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!                    

Informasi Dasar Ekstensi

Nama Twitch Treasure Collector (Channel Points) Twitch Treasure Collector (Channel Points)
ID bbpbicnlhdipmlbohpjhecindeieebbe
URL Resmi https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe
Deskripsi Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Ukuran File 2.25 MB
Jumlah Instalasi 234
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-12
Tanggal Publikasi 2020-03-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang chris
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/cmjchrisjones/TwitchTreasureCollector
URL Halaman Bantuan https://github.com/cmjchrisjones/TwitchTreasureCollector
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Twitch Treasure Collector (Channel Points)",
    "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK",
    "browser_action": [],
    "icons": {
        "16": ".\/1x\/Logo-8.png",
        "48": ".\/1x\/Logo-8.png",
        "128": ".\/1x\/Logo-8.png"
    },
    "author": "Chris Jones, Brett Miller, CorBob",
    "permissions": [
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "collector.js"
            ]
        }
    ]
}