Twitter Unfollow Nonfollowers

An easy to use twitter mass unfollow extension

Twitter Unfollow Nonfollowers란 무엇입니까?

Twitter Unfollow Nonfollowers은(는) https://theklimts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy to use twitter mass unfollow extension"입니다.

Twitter Unfollow Nonfollowers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Twitter Unfollow Nonfollowers Twitter Unfollow Nonfollowers
ID pfifdengebdnamnnmjnmilooodnncjok
공식 URL https://chrome.google.com/webstore/detail/twitter-unfollow-nonfollo/pfifdengebdnamnnmjnmilooodnncjok
설명 An easy to use twitter mass unfollow extension
파일 크기 70.45 KB
설치 횟수 146
현재 버전 0.11
최근 업데이트 2016-01-20
출시 날짜 2016-01-20
평점 2.25/5 총 8 개의 평점
개발자 https://theklimts.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://theklimts.com
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "An easy to use twitter mass unfollow extension",
    "icons": {
        "128": "images\/128x128.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "Twitter Unfollow Nonfollowers",
    "short_name": "Unfollow all those nasty people who aren't following you back",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.11"
}