See unfollowers for instagram

Get missing functionality to be always up to date with your friends

See unfollowers for instagram란 무엇입니까?

See unfollowers for instagram은(는) https://www.igm-mw.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get missing functionality to be always up to date with your friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

See unfollowers for instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Please visit the website for screencasts to see how it works

- see which of your friends are not following you back
- receive updates about your friends' new followings (NEW)
- watch stories anonymously
- see which of your friends didn't like the photo
- see which of your friends is not sending likes to your photos regularly
- see which of your friends has a private account

Copyright notice:
"See unfollowers for instagram" was developed by [email protected]. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc.                    

확장 프로그램 기본 정보

이름 See unfollowers for instagram See unfollowers for instagram
ID ohienpkoeipgikgdccpfbafnfnfdkfea
공식 URL https://chromewebstore.google.com/detail/see-unfollowers-for-insta/ohienpkoeipgikgdccpfbafnfnfdkfea
설명 Get missing functionality to be always up to date with your friends
파일 크기 207 KB
설치 횟수 282
현재 버전 1.3.1.3
최근 업데이트 2023-05-03
출시 날짜 2022-12-24
평점 3.00/5 총 6 개의 평점
개발자 https://www.igm-mw.xyz
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/c3cc356c-9c8a-4ec3-997a-2b5139c45574
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Unfollowers for instagram",
    "name": "See unfollowers for instagram",
    "description": "Get missing functionality to be always up to date with your friends",
    "version": "1.3.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "scripts\/background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ],
    "icons": {
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/logo16.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        }
    }
}