Twitch No Unfollow

Hide the unfollow button for Twitch streamers you follow.

什么是Twitch No Unfollow?

Twitch No Unfollow是由uvanchang开发的Chrome扩展程序,该扩展的主要功能是“Hide the unfollow button for Twitch streamers you follow.”。

扩展截图

screenshot
screenshot

下载Twitch No Unfollow扩展crx文件

下载Twitch No Unfollow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Twitch No Unfollow Twitch No Unfollow
ID mjlmkodinifanpmmkgoilihnhmjhdcla
官方URL https://chromewebstore.google.com/detail/twitch-no-unfollow/mjlmkodinifanpmmkgoilihnhmjhdcla
简介 Hide the unfollow button for Twitch streamers you follow.
文件大小 15.98 KB
安装次数 243
当前版本 1.1.0
更新时间 2023-04-01
上架时间 2020-12-15
评分 5.00/5 共3次评分
开发者 uvanchang
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}