Mass follow for Twitter

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

Mass follow for Twitterคืออะไร?

Mass follow for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hamingoearnest และคุณลักษณะหลักของมันคือ "A feature-rich extension to mass follow and unfollow on Twitter."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mass follow for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Mass follow for Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}