Twitter Automate

Automate following and unfollowing Twitter users

Twitter Automateとは何ですか?

Twitter Automateはcolls.laurenによって開発されたChromeの拡張機能で、その主な機能は「Automate following and unfollowing Twitter users」です。

拡張機能のスクリーンショット

screenshot

Twitter Automate拡張機能のCRXファイルをダウンロード

Twitter Automate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Twitter Automate Twitter Automate
ID koehmloeokoemgnokfclhekllackhmmd
公式URL https://chromewebstore.google.com/detail/twitter-automate/koehmloeokoemgnokfclhekllackhmmd
説明 Automate following and unfollowing Twitter users
ファイルサイズ 65.52 KB
インストール数 30
現在のバージョン 1.3
最終更新日 2019-08-27
公開日 2019-08-27
評価 3.00/5 合計 2 レビュー
開発者 colls.lauren
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://twitter.com/lau____ren
ヘルプページのURL https://twitter.com/lau____ren
対応言語 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
}