Twitch Auto Channel Points Collector

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

Apa itu Twitch Auto Channel Points Collector?

Twitch Auto Channel Points Collector adalah ekstensi Chrome yang dikembangkan oleh https://jerejacobson.com, dan fitur utamanya adalah "Automatically collect channel points while you are watching someone on twitch.tv!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Auto Channel Points Collector

Unduh file ekstensi Twitch Auto Channel Points 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

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

Informasi Dasar Ekstensi

Nama Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
URL Resmi https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
Deskripsi Automatically collect channel points while you are watching someone on twitch.tv!
Ukuran File 46.46 KB
Jumlah Instalasi 153
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2022-02-01
Tanggal Publikasi 2022-01-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://jerejacobson.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.jerejacobson.com/posts/buildchromeextension/
Bahasa yang Didukung 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"
    }
}