Instunfollow
Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
ما هو Instunfollow؟
Instunfollow هو إضافة Chrome تم تطويرها بواسطة trappyhourz، والميزة الرئيسية لها هي "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".
تحميل ملف CRX للإضافة Instunfollow
قم بتنزيل ملفات الامتداد Instunfollow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instunfollow is an extension which allows you to mass unfollow everyone in your Instagram following list! Please check www.Instunfollow.Online for a full tutorial!
معلومات أساسية عن التمديد
الاسم | |
ID | mobjeificabfchpdpgjbihelfgmhglag |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag |
الوصف | Mass Unfollow Everyone On Your Instagram! Max: 80/Hour |
حجم الملف | 34.47 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-01-07 |
تاريخ النشر | 2018-01-07 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | trappyhourz |
نوع الدفع | free |
موقع الإضافة | http://instunfollow.online |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instunfollow", "version": "1.0", "manifest_version": 2, "description": "Mass Unfollow Everyone On Your Instagram! Max: 80\/Hour", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*" ], "js": [ "jquery.js", "popup.js" ] } ], "icons": { "16": "icon.png" }, "browser_action": { "default_title": "UNFOLLOW!" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |