Mass Follow for Twitter

A Complete Twitter Automation Tool

ما هو Mass Follow for Twitter؟

Mass Follow for Twitter هو إضافة Chrome تم تطويرها بواسطة massfollow.io، والميزة الرئيسية لها هي "A Complete Twitter Automation Tool".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Mass Follow for Twitter

قم بتنزيل ملفات الامتداد Mass Follow for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://massfollow.io/
عنوان صفحة سياسة الخصوصية 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"
    }
}