Twitch No Unfollow
Hide the unfollow button for Twitch streamers you follow.
Cos'è Twitch No Unfollow?
Twitch No Unfollow è un'estensione di Chrome sviluppata da uvanchang, e la sua funzione principale è "Hide the unfollow button for Twitch streamers you follow.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch No Unfollow
Scarica i file di estensione Twitch No Unfollow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twitch No Unfollow |
ID | mjlmkodinifanpmmkgoilihnhmjhdcla |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla |
Descrizione | Hide the unfollow button for Twitch streamers you follow. |
Dimensione del File | 15.98 KB |
Conteggio Installazioni | 243 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-04-01 |
Data di Pubblicazione | 2020-12-15 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | uvanchang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |