Mass Follow for Twitter

A Complete Twitter Automation Tool

Mass Follow for Twitter क्या है?

Mass Follow for Twitter massfollow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Complete Twitter Automation Tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mass Follow for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}