InstaMinus - Nonreciprocal Instagram follower

Getting a list of people who are not subscribed in response to you.

¿Qué es InstaMinus - Nonreciprocal Instagram follower?

InstaMinus - Nonreciprocal Instagram follower es una extensión de Chrome desarrollada por http://shushilda.com, y su función principal es "Getting a list of people who are not subscribed in response to you.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión InstaMinus - Nonreciprocal Instagram follower

Descarga archivos de extensión InstaMinus - Nonreciprocal Instagram follower en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre InstaMinus - Nonreciprocal Instagram follower InstaMinus - Nonreciprocal Instagram follower
ID hcbagpfggjdakagpkfmodnfppnbcmlll
URL Oficial https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll
Descripción Getting a list of people who are not subscribed in response to you.
Tamaño del Archivo 17.35 KB
Cantidad de Instalaciones 214
Versión Actual 1.7.6
Última Actualización 2021-05-22
Fecha de Publicación 2021-05-11
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador http://shushilda.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://shushilda.com/tools/nonreciprocal-instagram-follower/
URL de la Página de Ayuda https://vk.com/icqmib
Idiomas Soportados 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"
    }
}