Twitch No Unfollow

Hide the unfollow button for Twitch streamers you follow.

Qu'est-ce que Twitch No Unfollow ?

Twitch No Unfollow est une extension Chrome développée par uvanchang, et sa fonction principale est "Hide the unfollow button for Twitch streamers you follow.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch No Unfollow

Téléchargez les fichiers d'extension Twitch No Unfollow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Twitch No Unfollow Twitch No Unfollow
ID mjlmkodinifanpmmkgoilihnhmjhdcla
URL Officiel https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla
Description Hide the unfollow button for Twitch streamers you follow.
Taille du Fichier 15.98 KB
Nombre d'Installations 243
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-04-01
Date de Publication 2020-12-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur uvanchang
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}