Twitter : Unfollower(2021) !

very simple Macro unfollower for twitter

Twitter : Unfollower(2021) !란 무엇입니까?

Twitter : Unfollower(2021) !은(는) https://frxangelz.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "very simple Macro unfollower for twitter"입니다.

확장 프로그램 스크린샷

screenshot

Twitter : Unfollower(2021) ! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Updated due to Twitter Design Changed

very simple twitter macro to unfollow all followed users, use with random interval so it looks like normal user's activity
twitter unfollower macro is the best tool for easy and quick twitter unfollow. it will mass unfollow people on twitter while you're away.

you can set min-max interval between unfollow action( in seconds ), to make it more random, you should keep interval between 5-30.

Note:
just check my youtube video on how to install this extension for free. 

Thankyou.                    

확장 프로그램 기본 정보

이름 Twitter : Unfollower(2021) ! Twitter : Unfollower(2021) !
ID oajhdhfkllnbfakcndmkmhcchpgpjkfo
공식 URL https://chromewebstore.google.com/detail/twitter-unfollower2021/oajhdhfkllnbfakcndmkmhcchpgpjkfo
설명 very simple Macro unfollower for twitter
파일 크기 295 KB
설치 횟수 220
현재 버전 0.0.5
최근 업데이트 2021-09-12
출시 날짜 2018-05-23
평점 1.00/5 총 1 개의 평점
개발자 https://frxangelz.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://frxangelz.blogspot.com/2015/04/twitter-unfollower-chrome-extension.html
도움말 페이지 URL https://www.youtube.com/channel/UCqRqvw9n7Lrh79x3dRDOkDg
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter : Unfollower(2021) !",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "very simple Macro unfollower for twitter",
    "homepage_url": "http:\/\/frxangelz.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Twitter unfollower",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "background",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}