Twitch Disable Unfollow
Disable the unfollow button for channels you already follow on twitch
What is Twitch Disable Unfollow?
Twitch Disable Unfollow is a Chrome extension developed by https://www.scop3scout.webege.com, and its main feature is "Disable the unfollow button for channels you already follow on twitch".
Extension Screenshots
Download Twitch Disable Unfollow Extension CRX File
Download Twitch Disable Unfollow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Twitch Disable Unfollow |
ID | oldjkdacdpbnpcmciodogcmmadekenhi |
Official URL | https://chromewebstore.google.com/detail/twitch-disable-unfollow/oldjkdacdpbnpcmciodogcmmadekenhi |
Description | Disable the unfollow button for channels you already follow on twitch |
File Size | 20.51 KB |
Installation Count | 75 |
Current Version | 0.1 |
Last Updated | 2014-08-11 |
Publish Date | 2014-08-11 |
Rating | 3.00/5 Total 5 Ratings |
Developer | https://www.scop3scout.webege.com |
Payment Type | free |
Help Page URL | http://twitter.com/sCop3SCouT |
Supported Languages | 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" ] } ] } |