Mass Follow for Twitter

A Complete Twitter Automation Tool

Vad är Mass Follow for Twitter?

Mass Follow for Twitter är en Chrome-tillägg utvecklad av massfollow.io, och dess huvudfunktion är "A Complete Twitter Automation Tool".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Mass Follow for Twitter-förlängningens CRX-fil

Ladda ner Mass Follow for Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mass Follow for Twitter Mass Follow for Twitter
ID egcdicgpcilaminjgbeinfbcbmlkncmp
Officiell webbadress https://chrome.google.com/webstore/detail/mass-follow-for-twitter/egcdicgpcilaminjgbeinfbcbmlkncmp
Beskrivning A Complete Twitter Automation Tool
Filstorlek 57.45 KB
Antal Installationer 1,000
Aktuell Version 1.1
Senast Uppdaterad 2020-05-23
Publiceringsdatum 2020-05-23
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare massfollow.io
Betalningssätt free
Tilläggswebbplats https://massfollow.io/
Hjälpsida URL https://massfollow.io/
URL till Sekretesspolicy Sidan http://massfollow.io
Stödda Språk 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"
    }
}