Twitter Auto

An easy way to follow, unfollow, like and retweet on Twitter!

Twitter Autoคืออะไร?

Twitter Auto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UltraCoded และคุณลักษณะหลักของมันคือ "An easy way to follow, unfollow, like and retweet on Twitter!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Automatically follow, unfollow, like and retweet on Twitter!

Grow your Twitter account at an incredible rate with this revolutionary extension. Target lots of potential followers by performing actions against people interested in your niche.

Features:
- Mass follow
- Mass unfollow
- Mass like
- Mass retweet
- Intervals between actions
- Limit number of actions
- Various filters
- Many others!

If you are looking for a way to get more followers on Twitter, then this is your answer!

DISCLAIMER OF LIABILITY: The author of this extension specifically DISCLAIMS LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES and assumes no responsibility or liability for any loss or damage suffered by any person, company, corporation, service or subsidiary as a result of the use or misuse of the browser extension. The author assumes or undertakes NO LIABILITY for any loss or damage suffered as a result of the use, misuse or reliance on the browser extension. By using the browser extension you, the user accept full responsibility for any loss, damage or harm that may be caused by your use of the browser extension.                    

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

ชื่อ Twitter Auto Twitter Auto
ID kjcakbadihfffojcboondhmphcofbnob
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-auto/kjcakbadihfffojcboondhmphcofbnob
คำอธิบาย An easy way to follow, unfollow, like and retweet on Twitter!
ขนาดไฟล์ 92.48 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-09-05
วันที่เผยแพร่ 2019-08-17
คะแนน 2.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา UltraCoded
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Auto",
    "description": "An easy way to follow, unfollow, like and retweet on Twitter!",
    "version": "2.0.1",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "interface.html",
        "default_title": "Twitter Auto"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/*.twitter.com\/*",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/boostextensions.com\/twitterauto\/emailverify.php",
        "https:\/\/boostextensions.com\/twitterauto\/sendmanagesubemail.php"
    ]
}