AutoIG
Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.
ما هو AutoIG؟
AutoIG هو إضافة Chrome تم تطويرها بواسطة ZLK Studio، والميزة الرئيسية لها هي "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AutoIG
قم بتنزيل ملفات الامتداد AutoIG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to make followers fast and totally FREE? Use this extension to auto follow people on Instagram. Easy and free, AutoIG let you to mass follow Insta profiles
معلومات أساسية عن التمديد
الاسم | |
ID | nggbmpmipngiogondncnaegfnhobanll |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/autoig/nggbmpmipngiogondncnaegfnhobanll |
الوصف | Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike. |
حجم الملف | 46.72 KB |
عدد التثبيتات | 3,691 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-05-01 |
تاريخ النشر | 2020-10-03 |
تقييم | 3.63/5 مجموع تقييمات 16 |
المطور | ZLK Studio |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://autoig.zlkstudio.co.uk |
اللغات المدعومة | en-GB |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to action" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Auto Instagram Followers, Mass Follows, Unfollow, Like and Unlike.", "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "manifest_version": 2, "name": "AutoIG", "options_page": "options.html", "permissions": [ "tabs", "https:\/\/www.instagram.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "options.html" ] } |