Twitch No Unfollow
Hide the unfollow button for Twitch streamers you follow.
Wat is Twitch No Unfollow?
Twitch No Unfollow is een Chrome-extensie ontwikkeld door uvanchang, en de belangrijkste functie is "Hide the unfollow button for Twitch streamers you follow.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch No Unfollow
Download Twitch No Unfollow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitch No Unfollow |
ID | mjlmkodinifanpmmkgoilihnhmjhdcla |
Officiële URL | https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla |
Beschrijving | Hide the unfollow button for Twitch streamers you follow. |
Bestandsgrootte | 15.98 KB |
Aantal Installaties | 243 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-04-01 |
Publicatiedatum | 2020-12-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | uvanchang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |