unfollowBot
Deja de seguir a quienes no te siguen en Instagram...
ما هو unfollowBot؟
unfollowBot هو إضافة Chrome تم تطويرها بواسطة zcriptz، والميزة الرئيسية لها هي "Deja de seguir a quienes no te siguen en Instagram...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة unfollowBot
قم بتنزيل ملفات الامتداد unfollowBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Esta extensión te permitirá dejar de seguir a quienes no te siguen o te han dejado de seguir automáticamente. Es totalmente gratuita.
معلومات أساسية عن التمديد
الاسم | |
ID | fbmdhjemeooofndoodiahhaoepdjlepi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/unfollowbot/fbmdhjemeooofndoodiahhaoepdjlepi |
الوصف | Deja de seguir a quienes no te siguen en Instagram... |
حجم الملف | 23.76 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-06-22 |
تاريخ النشر | 2021-06-22 |
تقييم | 2.00/5 مجموع تقييمات 2 |
المطور | zcriptz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.instagram.com/return.this |
عنوان صفحة المساعدة | https://www.instagram.com/return.this |
اللغات المدعومة | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "unfollowBot", "version": "1.0", "manifest_version": 2, "description": "Deja de seguir a quienes no te siguen en Instagram...", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_title": "unfollowBot", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.instagram.com\/" ] } |