Twitter Follow Tools

a useful extension helping mass follow or unfollow

Twitter Follow Toolsคืออะไร?

Twitter Follow Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reeio Dev และคุณลักษณะหลักของมันคือ "a useful extension helping mass follow or unfollow"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Follow Tools

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

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

                        A extension to help you mass follow / unfollow on Twitter.

UPDATA 0.0.2
- fix bug: shortcut only visible at twitter.com

------------------------

USAGE

1. Log into twitter.com
2. Go to a page with profiles (followers, following, search, list members, likes/retweets)
3. The extension icon should appear at the right buttom of the page 
4. Click the icon
5. Choose the function you like

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.

FEATURES

- Mass follow 
- Mass unfollow                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter Follow Tools Twitter Follow Tools
ID cnmecagakojolcmdehdkljnaaepbafcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-follow-tools/cnmecagakojolcmdehdkljnaaepbafcd
คำอธิบาย a useful extension helping mass follow or unfollow
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2022-08-02
ผู้พัฒนา Reeio Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Follow Tools",
    "description": "a useful extension helping mass follow or unfollow ",
    "version": "0.0.2",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/icons\/16.png",
                "\/icons\/32.png",
                "\/icons\/48.png",
                "\/icons\/128.png"
            ]
        }
    ],
    "options_page": "options.html"
}