InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
Qu'est-ce que InstaMinus - Nonreciprocal Instagram follower ?
InstaMinus - Nonreciprocal Instagram follower est une extension Chrome développée par http://shushilda.com, et sa fonction principale est "Getting a list of people who are not subscribed in response to you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstaMinus - Nonreciprocal Instagram follower
Téléchargez les fichiers d'extension InstaMinus - Nonreciprocal Instagram follower au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
URL Officiel | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
Description | Getting a list of people who are not subscribed in response to you. |
Taille du Fichier | 17.35 KB |
Nombre d'Installations | 214 |
Version Actuelle | 1.7.6 |
Dernière Mise à Jour | 2021-05-22 |
Date de Publication | 2021-05-11 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | http://shushilda.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
URL de la Page d'Aide | https://vk.com/icqmib |
Langues Prises en Charge | 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" } } |