Twitter Automate

Automate following and unfollowing Twitter users

Twitter Automate là gì?

Twitter Automate là một tiện ích mở rộng Chrome được phát triển bởi colls.lauren, và tính năng chính của nó là "Automate following and unfollowing Twitter users".

Ả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 Twitter Automate

Tải xuống các tệp mở rộng Twitter Automate 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

                        App to automate following and unfollowing Twitter users

FEATURES
- Can create follow and unfollow rules (e.g follow unverified users only, or only unfollower users who don't follow me)
- Rules created can be different across tabs
- Displays stats for the session, ie how many users have been followed and unfollowed

USAGE

1. Log into twitter.com
2. Go to a page with profiles (followers, following, search, list members, likes/retweets)
3. Configure follow/unfollow conditions, or leave blank
3. Click "Start following" or "Start unfollowing" button
4. Click "Stop" button to stop following or unfollowing


Dm feature requests or bugs to @Lau____Ren                    

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

Tên Twitter Automate Twitter Automate
ID koehmloeokoemgnokfclhekllackhmmd
URL Chính Thức https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd
Mô tả Automate following and unfollowing Twitter users
Kích Thước Tệp 65.52 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-08-27
Ngày Phát Hành 2019-08-27
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển colls.lauren
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/lau____ren
URL Trang Trợ Giúp https://twitter.com/lau____ren
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Automate",
    "version": "1.3",
    "description": "Automate following and unfollowing Twitter users",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/twittermate_16.png",
            "32": "images\/twittermate_32.png",
            "48": "images\/twittermate_48.png",
            "128": "images\/twittermate_128.png"
        }
    },
    "icons": {
        "16": "images\/twittermate_16.png",
        "32": "images\/twittermate_32.png",
        "48": "images\/twittermate_48.png",
        "128": "images\/twittermate_128.png"
    },
    "manifest_version": 2
}