Twitch Disable Unfollow

Disable the unfollow button for channels you already follow on twitch

O que é Twitch Disable Unfollow?

Twitch Disable Unfollow é uma extensão do Chrome desenvolvida por https://www.scop3scout.webege.com, e sua principal característica é "Disable the unfollow button for channels you already follow on twitch".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Disable Unfollow

Baixe arquivos de extensão Twitch Disable Unfollow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Twitch Disable Unfollow Twitch Disable Unfollow
ID oldjkdacdpbnpcmciodogcmmadekenhi
URL Oficial https://chromewebstore.google.com/detail/twitch-disable-unfollow/oldjkdacdpbnpcmciodogcmmadekenhi
Descrição Disable the unfollow button for channels you already follow on twitch
Tamanho do Arquivo 20.51 KB
Contagem de Instalações 75
Versão Atual 0.1
Última Atualização 2014-08-11
Data de Publicação 2014-08-11
Classificação 3.00/5 Total de 5 Avaliações
Desenvolvedor https://www.scop3scout.webege.com
Tipo de Pagamento free
URL da Página de Ajuda http://twitter.com/sCop3SCouT
Idiomas Suportados 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"
            ]
        }
    ]
}