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 http://shushilda.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Getting a list of people who are not subscribed in response to you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InstaMinus - Nonreciprocal Instagram follower एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम InstaMinus - Nonreciprocal Instagram follower InstaMinus - Nonreciprocal Instagram follower
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"
    }
}