Twitter Follower

Easily follow and unfollow people on Twitter with our extension.

Twitter Followerคืออะไร?

Twitter Follower เป็นส่วนขยายของ Chrome ที่พัฒนาโดย usefulwebtech และคุณลักษณะหลักของมันคือ "Easily follow and unfollow people on Twitter with our extension."

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

screenshot

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

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

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

                        Twitter Follower is a powerful tool that allows you to easily follow and unfollow users on Twitter with the click of a mouse.

Using the extension is simple.  
1.) Go to Twitter.com
2.) View a users followers or find a page that contains a list of people to follow
3.) Click the "Twitter Follower" icon in the top right of your screen.
4.) Type in the number of users to follow/unfollow (recommended not more than 30 at a time)
5.) Sit back and watch.  The process will begin within 60 seconds and continue at a random interval until it is complete

Please note:  Our product is not intended to spam or reach mass users.  This is simply a tool to assist you with following people you like.  We are not responsible for your Twitter account should you use this too aggressively.

Usage Comment:  Before using after installation, please close and re-open your browser.

During our testing, the tool worked a majority of the time, but could require a browser close/reload if it begins to act up.  If you encounter any issues, please post a message here and we will address them ASAP!  Note that Twitter does update their site often, which leads to product breakage.  Our developers are on top of this and an update will be auto-installed as soon as a fix is made.

Thanks and happy Tweeting!                    

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

ชื่อ Twitter Follower Twitter Follower
ID aofncnpimdmiapkmdleagjfiidaianef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-follower/aofncnpimdmiapkmdleagjfiidaianef
คำอธิบาย Easily follow and unfollow people on Twitter with our extension.
ขนาดไฟล์ 3.08 MB
จำนวนการติดตั้ง 2,299
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-12-23
วันที่เผยแพร่ 2019-11-25
คะแนน 3.67/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา usefulwebtech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Follower",
    "short_name": "Twitter Follower",
    "version": "3.0",
    "description": "Easily follow and unfollow people on Twitter with our extension.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icon\/twitter.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "128": "icon\/twitter.png"
        },
        "default_title": "Twitter Follower",
        "default_popup": "html\/action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/waitForKeyElements.js",
                "js\/script.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}