InstaMinus - Nonreciprocal Instagram follower

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

Wat is InstaMinus - Nonreciprocal Instagram follower?

InstaMinus - Nonreciprocal Instagram follower is een Chrome-extensie ontwikkeld door http://shushilda.com, en de belangrijkste functie is "Getting a list of people who are not subscribed in response to you.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie InstaMinus - Nonreciprocal Instagram follower

Download InstaMinus - Nonreciprocal Instagram follower-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam InstaMinus - Nonreciprocal Instagram follower InstaMinus - Nonreciprocal Instagram follower
ID hcbagpfggjdakagpkfmodnfppnbcmlll
Officiële URL https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll
Beschrijving Getting a list of people who are not subscribed in response to you.
Bestandsgrootte 17.35 KB
Aantal Installaties 214
Huidige Versie 1.7.6
Laatst Bijgewerkt 2021-05-22
Publicatiedatum 2021-05-11
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar http://shushilda.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://shushilda.com/tools/nonreciprocal-instagram-follower/
Help Pagina-URL https://vk.com/icqmib
Ondersteunde Talen 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"
    }
}