Twitch Disable Unfollow
Disable the unfollow button for channels you already follow on twitch
Что такое Twitch Disable Unfollow?
Twitch Disable Unfollow - это расширение Chrome, разработанное https://www.scop3scout.webege.com, и его основная функция - "Disable the unfollow button for channels you already follow on twitch".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Disable Unfollow
Скачайте файлы расширений 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                     Основная информация о расширении
| Название |   |  
| 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"
            ]
        }
    ]
}  |  |