Mass follow for Twitter

A feature-rich extension to mass follow and unfollow on Twitter.

Mass follow for Twitter란 무엇입니까?

Mass follow for Twitter은(는) hamingoearnest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A feature-rich extension to mass follow and unfollow on Twitter."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mass follow for Twitter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        NON-OFFICIAL TWITTER TOOL TO:

 - Bulk follow/unfollow users
 - Bulk like tweets


HOW TO

Steps for following/unfollowing:

1. Visit twitter.com
2. Browse any page with profiles (followers, search, lists,...) and public "Follow" buttons
3. Use the plugin to "Follow/Unfollow them all!"

Steps for liking several tweets:

1. Visit twitter.com
2. Browse any page with public tweets (timeline, search,...) and public "Like" icons
3. Use the plugin button to "Like them all"

CAUTION

Please carefully read the Twitter following rules and best practices. To prevent account suspension/locking increase the wait, limit your follow sessions and take a longer break between the sessions.                    

확장 프로그램 기본 정보

이름 Mass follow for Twitter Mass follow for Twitter
ID ijppobefgfjffcajmniofbnjkooeneog
공식 URL https://chromewebstore.google.com/detail/mass-follow-for-twitter/ijppobefgfjffcajmniofbnjkooeneog
설명 A feature-rich extension to mass follow and unfollow on Twitter.
파일 크기 1.24 MB
설치 횟수 1,031
현재 버전 1.0.2
최근 업데이트 2023-04-05
출시 날짜 2023-02-07
평점 2.00/5 총 4 개의 평점
개발자 hamingoearnest
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1y5GwkWZrgcKjyZAav-FFa07brHP0f-t-T6oKkTamsY8/edit?usp=sharing
지원되는 언어 de,en,ca,da,cs,el,bg,bn,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "homepage_url": "https:\/\/twitter.com\/",
    "description": "A feature-rich extension to mass follow and unfollow on Twitter.",
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/inject\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ]
}