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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Getting a list of people who are not subscribed in response to you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

InstaMinus - Nonreciprocal Instagram follower 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}