Twitch Disable Unfollow
Disable the unfollow button for channels you already follow on twitch
Twitch Disable Unfollowとは何ですか?
Twitch Disable Unfollowはhttps://www.scop3scout.webege.comによって開発されたChromeの拡張機能で、その主な機能は「Disable the unfollow button for channels you already follow on twitch」です。
拡張機能のスクリーンショット
Twitch Disable Unfollow拡張機能のCRXファイルをダウンロード
Twitch Disable Unfollow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This addon will disable the unfollow button for channels you already follow on twitch , so you won't misclick and unfollow someone , if you would like to unfollow someone , you could uncheck the addon from the addons list , unfollow the channel , and then recheck the addon from the addon list. To install the addon click the "Free +" , after that you can head to my channel twitch.tv/scop3scout or any other twitch channel and press the follow button , after you'll press it the button will disappear and you don't have to be worry about it again :) (You might need to restart chrome in order for the addon to work) The addon works on every device using chrome and using a simple code which remove only the unfollow button and still display the follow button for channels you still didn't follow. For more info check out my twitter twitter.com/sCop3SCouT
拡張機能の基本情報
名前 | Twitch Disable Unfollow |
ID | oldjkdacdpbnpcmciodogcmmadekenhi |
公式URL | https://chromewebstore.google.com/detail/twitch-disable-unfollow/oldjkdacdpbnpcmciodogcmmadekenhi |
説明 | Disable the unfollow button for channels you already follow on twitch |
ファイルサイズ | 20.51 KB |
インストール数 | 75 |
現在のバージョン | 0.1 |
最終更新日 | 2014-08-11 |
公開日 | 2014-08-11 |
評価 | 3.00/5 合計 5 レビュー |
開発者 | https://www.scop3scout.webege.com |
支払い方法 | free |
ヘルプページのURL | http://twitter.com/sCop3SCouT |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Disable Unfollow", "version": "0.1", "description": "Disable the unfollow button for channels you already follow on twitch", "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "author": "sCop3SCouT https:\/\/www.twitter.com\/sCop3SCouT", "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*" ], "css": [ "style.css" ] } ] } |