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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ |
URL страницы помощи | 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" } } |