Twitch No Unfollow

Hide the unfollow button for Twitch streamers you follow.

Apa itu Twitch No Unfollow?

Twitch No Unfollow adalah ekstensi Chrome yang dikembangkan oleh uvanchang, dan fitur utamanya adalah "Hide the unfollow button for Twitch streamers you follow.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Twitch No Unfollow

Unduh file ekstensi Twitch No Unfollow 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 allows you to hide/unhide the Twitch unfollow button so you never accidentally unfollow your favorite streamer again. Click on the extension icon in the extension list to bring up a checkbox to toggle the button hiding.                    

Informasi Dasar Ekstensi

Nama Twitch No Unfollow Twitch No Unfollow
ID mjlmkodinifanpmmkgoilihnhmjhdcla
URL Resmi https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla
Deskripsi Hide the unfollow button for Twitch streamers you follow.
Ukuran File 15.98 KB
Jumlah Instalasi 243
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-04-01
Tanggal Publikasi 2020-12-15
Penilaian 5.00/5 Total 3 Penilaian
Pengembang uvanchang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch No Unfollow",
    "version": "1.1.0",
    "description": "Hide the unfollow button for Twitch streamers you follow.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/channel.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "src\/views\/options.html",
        "default_icon": "assets\/icons\/icon-128.png"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    }
}