Mass Follow for Twitter

A Complete Twitter Automation Tool

Co je Mass Follow for Twitter?

Mass Follow for Twitter je rozšíření Chrome vyvinuté massfollow.io, a jeho hlavní funkcí je „A Complete Twitter Automation Tool“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Mass Follow for Twitter

Stáhněte si soubory rozšíření Mass Follow for Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mass Follow for Twitter Mass Follow for Twitter
ID egcdicgpcilaminjgbeinfbcbmlkncmp
Oficiální URL https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp
Popis A Complete Twitter Automation Tool
Velikost souboru 57.45 KB
Počet instalací 1,000
Aktuální Verze 1.1
Poslední Aktualizace 2020-05-23
Datum Vydání 2020-05-23
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář massfollow.io
Typ Platby free
Webové stránky Rozšíření https://massfollow.io/
URL Stránky Nápovědy https://massfollow.io/
URL Stránky Zásad Ochrany Soukromí http://massfollow.io
Podporované Jazyky 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"
    }
}