Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Apa itu Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker adalah ekstensi Chrome yang dikembangkan oleh https://raven.fo, dan fitur utamanya adalah "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Channel Points Auto Clicker

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

Informasi Dasar Ekstensi

Nama Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
URL Resmi https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Deskripsi Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Ukuran File 86.97 KB
Jumlah Instalasi 154,328
Versi Saat Ini 0.0.13
Terakhir Diperbarui 2022-06-18
Tanggal Publikasi 2020-06-17
Penilaian 4.16/5 Total 152 Penilaian
Pengembang https://raven.fo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}