InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
ما هو InstaMinus - Nonreciprocal Instagram follower؟
InstaMinus - Nonreciprocal Instagram follower هو إضافة Chrome تم تطويرها بواسطة http://shushilda.com، والميزة الرئيسية لها هي "Getting a list of people who are not subscribed in response to you.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InstaMinus - Nonreciprocal Instagram follower
قم بتنزيل ملفات الامتداد InstaMinus - Nonreciprocal Instagram follower بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find out who from the list of your subscriptions did not reciprocate.
You have a small personal Instagram account that only your loved ones read. Have noticed that the number of your subscribers sometimes decreases. Who unsubscribed from you - a classmate, mom, or the first teacher? Now you don't need to play detective. Just a couple of clicks and you will see a list of accounts to which you are subscribed, but who are not subscribed in response.
And that is not all! InstaMinus tool allows you to immediately unsubscribe from non-reciprocal followers on Instagram. معلومات أساسية عن التمديد
| الاسم | |
| ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
| الوصف | Getting a list of people who are not subscribed in response to you. |
| حجم الملف | 17.35 KB |
| عدد التثبيتات | 214 |
| النسخة الحالية | 1.7.6 |
| آخر تحديث | 2021-05-22 |
| تاريخ النشر | 2021-05-11 |
| تقييم | 4.20/5 مجموع تقييمات 5 |
| المطور | http://shushilda.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
| عنوان صفحة المساعدة | https://vk.com/icqmib |
| اللغات المدعومة | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.7.6",
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*"
],
"run_at": "document_idle",
"all_frames": false,
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"inc\/main.js",
"inc\/main.css",
"images\/coffee.svg"
],
"icons": {
"128": "images\/icon.png",
"16": "images\/icon.png",
"48": "images\/icon.png"
},
"permissions": [
"https:\/\/www.instagram.com\/*"
],
"browser_action": {
"default_icon": "images\/icon.png"
}
} | |