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.”。
擴展截圖
下載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 |
ID | mjlmkodinifanpmmkgoilihnhmjhdcla |
官方網址 | 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" } } |