Twiends Bot

Auto Follow every 30 seconds

Twiends Bot là gì?

Twiends Bot là một tiện ích mở rộng Chrome được phát triển bởi https://salesorithm.com, và tính năng chính của nó là "Auto Follow every 30 seconds".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twiends Bot

Tải xuống các tệp mở rộng Twiends Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simple steps to use:

1) Install Extension
2) Be on http://twiends.com/home

Optional:
3) On Twiends.com - Select any tab that you like viz. All, Your Country, Same Interest

Rest is automated, the extension will follow one account per 30 seconds.

Note: There are chances of you getting blocked. Hence, please do not use this heavily.

This is still in Beta phase, please let me know of bugs if any.
I sure will fix them.

Thank you, Enjoy :-)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twiends Bot Twiends Bot
ID jjibjbidhlmlahongjlogbnkmddbdkij
URL Chính Thức https://chromewebstore.google.com/detail/twiends-bot/jjibjbidhlmlahongjlogbnkmddbdkij
Mô tả Auto Follow every 30 seconds
Kích Thước Tệp 77.3 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-03-14
Ngày Phát Hành 2017-03-14
Nhà Phát Triển https://salesorithm.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Twiends Bot"
    },
    "name": "Twiends Bot",
    "description": "Auto Follow every 30 seconds",
    "homepage_url": "http:\/\/salesorithm.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}