Instagram AutoFollow #Hashtag

Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM

ما هو Instagram AutoFollow #Hashtag؟

Instagram AutoFollow #Hashtag هو إضافة Chrome تم تطويرها بواسطة kleber، والميزة الرئيسية لها هي "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM".

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

screenshot

تحميل ملف CRX للإضافة Instagram AutoFollow #Hashtag

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

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

                        This extension follows instagram accounts by hashtag                    

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

الاسم Instagram AutoFollow #Hashtag Instagram AutoFollow #Hashtag
ID mflggmjpnhmclfilgbinldnmjeaominp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/instagram-autofollow-hash/mflggmjpnhmclfilgbinldnmjeaominp
الوصف Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM
حجم الملف 72.18 KB
عدد التثبيتات 123
النسخة الحالية 1.2
آخر تحديث 2020-11-12
تاريخ النشر 2020-04-13
المطور kleber
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kleber.digital/productos/instagram-autofollow-hashtag
عنوان صفحة المساعدة https://kleber.digital/contacto/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram AutoFollow #Hashtag",
    "version": "1.2",
    "description": "Google Chrome extension that automatically follows and stops following users of a hashtag for INSTAGRAM ",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}