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
Eメール [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"
    }
}