Twitch Coin

Automatically gather your Twitch Coin while watching your favorite streamer.

Apa itu Twitch Coin?

Twitch Coin adalah ekstensi Chrome yang dikembangkan oleh Amin NAIRI, dan fitur utamanya adalah "Automatically gather your Twitch Coin while watching your favorite streamer.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Coin

Unduh file ekstensi Twitch Coin 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

                        This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.                    

Informasi Dasar Ekstensi

Nama Twitch Coin Twitch Coin
ID jhoffdoklpjnpdjcgegphcicolpipocf
URL Resmi https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf
Deskripsi Automatically gather your Twitch Coin while watching your favorite streamer.
Ukuran File 25.86 KB
Jumlah Instalasi 444
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2021-05-26
Tanggal Publikasi 2020-07-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Amin NAIRI
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/aminnairi/twitch-coin#readme
URL Halaman Bantuan https://github.com/aminnairi/twitch-coin/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Coin",
    "version": "0.1.2",
    "description": "Automatically gather your Twitch Coin while watching your favorite streamer.",
    "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "scripts\/twitch-coin.js"
            ]
        }
    ]
}