InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
O que é InstaMinus - Nonreciprocal Instagram follower?
InstaMinus - Nonreciprocal Instagram follower é uma extensão do Chrome desenvolvida por http://shushilda.com, e sua principal característica é "Getting a list of people who are not subscribed in response to you.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão InstaMinus - Nonreciprocal Instagram follower
Baixe arquivos de extensão InstaMinus - Nonreciprocal Instagram follower no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
URL Oficial | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
Descrição | Getting a list of people who are not subscribed in response to you. |
Tamanho do Arquivo | 17.35 KB |
Contagem de Instalações | 214 |
Versão Atual | 1.7.6 |
Última Atualização | 2021-05-22 |
Data de Publicação | 2021-05-11 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | http://shushilda.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
URL da Página de Ajuda | https://vk.com/icqmib |
Idiomas Suportados | 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" } } |