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”。

擴展截圖

screenshot
screenshot

下載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 Twitch Disable Unfollow
ID oldjkdacdpbnpcmciodogcmmadekenhi
官方網址 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"
            ]
        }
    ]
}