Mass Follow for Twitter

A Complete Twitter Automation Tool

Mass Follow for Twitterとは何ですか?

Mass Follow for Twitterはmassfollow.ioによって開発されたChromeの拡張機能で、その主な機能は「A Complete Twitter Automation Tool」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Mass Follow is the best tool available for growing your following on Twitter. We fixed what all of the other competitors were doing wrong and created something really valuable and useful. Fully customizable, automated, safe, and extremely easy to use.                    

拡張機能の基本情報

名前 Mass Follow for Twitter Mass Follow for Twitter
ID egcdicgpcilaminjgbeinfbcbmlkncmp
公式URL https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp
説明 A Complete Twitter Automation Tool
ファイルサイズ 57.45 KB
インストール数 1,000
現在のバージョン 1.1
最終更新日 2020-05-23
公開日 2020-05-23
評価 4.00/5 合計 8 レビュー
開発者 massfollow.io
支払い方法 free
拡張機能のウェブサイト https://massfollow.io/
ヘルプページのURL https://massfollow.io/
プライバシーポリシーページのURL http://massfollow.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mass Follow for Twitter",
    "version": "1.1",
    "minimum_chrome_version": "49.0.0.0",
    "description": "A Complete Twitter Automation Tool",
    "homepage_url": "https:\/\/massfollow.io",
    "author": "Mass Follow Team",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "unlimitedStorage",
        "https:\/\/massfollow.io\/"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "class_list.js",
                "extension.js"
            ],
            "css": [
                "extension.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "extension.html"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}