Instafollow

Adds or remove instagram followers in bulk

ما هو Instafollow؟

Instafollow هو إضافة Chrome تم تطويرها بواسطة Dovmary، والميزة الرئيسية لها هي "Adds or remove instagram followers in bulk".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Instafollow

قم بتنزيل ملفات الامتداد Instafollow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A free instagram add and remove followers button. 
Add multiple instagram followers at once.
Remove multiple instagram followers at once                    

معلومات أساسية عن التمديد

الاسم Instafollow Instafollow
ID gihfglmnhbebbdgonelahecahfagpenb
عنوان URL الرسمي https://chromewebstore.google.com/detail/instafollow/gihfglmnhbebbdgonelahecahfagpenb
الوصف Adds or remove instagram followers in bulk
حجم الملف 12.42 KB
عدد التثبيتات 49
النسخة الحالية 1.0
آخر تحديث 2023-11-24
تاريخ النشر 2023-11-24
تقييم 5.00/5 مجموع تقييمات 1
المطور Dovmary
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instafollow",
    "description": "Adds or remove instagram followers in bulk",
    "version": "1.0",
    "action": {
        "default_popup": "FE.html",
        "default_icon": "image\/logo.jpg"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "Content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}