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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
            ]
        }
    ]
}