Twitter Blaster

Twitter marketing toolbox

Twitter Blasterคืออะไร?

Twitter Blaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Red Chrome และคุณลักษณะหลักของมันคือ "Twitter marketing toolbox"

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

screenshot

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

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

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

                        This is your ultimate Twitter marketing toolbox.

MASS FOLLOW
To activate this action, open one of the following: Followers, Likes, List Members/Subscribers, Search Results.

MASS UNFOLLOW
To start unfollowing, open your Following tab.

MASS LIKE
Search view, List view.

MASS UNLIKE
Navigate to you LIKES tab to use this option.

MASS RETWEET
Search view, List view.

MASS UNRETWEET
Navigate to your Tweets tab to activate this option.

AUTOPILOT AND CUSTOMIZATION
The autopilot can run several processes simultaneously and repeat them after a certain pause.
Click on the extension's icon on the Chrome panel, and select "Options" from the drop-down menu. 
On the Options page, you will be able to set the intervals between actions, define the following/unfollowing limits, 
tune the autopilot, and customize other settings.

CAUTION
Please read the Twitter rules and best practices before using this extension. 
Twitter Bluster is a very powerful tool, so Twitter may block your account for several days if their algorithms conclude that you're abusing the service.

PRO VERSION
Twitter Blaster's PRO version lifts the Free version's limit of 50 actions and 2 autopilot processes.
Why not release the full power of Twitter Blaster now? Download the PRO version here:  https://RedChrome100.wordpress.com/twitter-blaster                    

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

ชื่อ Twitter Blaster Twitter Blaster
ID ljfinmadkikajofnelacabpijhnonjlk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitter-blaster/ljfinmadkikajofnelacabpijhnonjlk
คำอธิบาย Twitter marketing toolbox
ขนาดไฟล์ 38.02 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2020-12-13
วันที่เผยแพร่ 2020-12-13
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Red Chrome
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://redchrome100.wordpress.com/twitter-blaster
URL หน้าช่วยเหลือ https://redchrome100.wordpress.com/twitter-blaster
URL หน้านโยบายความเป็นส่วนตัว https://redchrome100.wordpress.com/twitter-blaster/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Red Chrome",
    "description": "Twitter marketing toolbox",
    "manifest_version": 2,
    "name": "Twitter Blaster",
    "homepage_url": "https:\/\/redchrome100.wordpress.com\/twitter-blaster",
    "version": "1.01",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter_blaster_16.png",
        "48": "images\/twitter_blaster_48.png",
        "128": "images\/twitter_blaster_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}