2 cool 4 you

Find Instagram users who do not follow you back.

2 cool 4 you란 무엇입니까?

2 cool 4 you은(는) the_real_uncleben에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Instagram users who do not follow you back."입니다.

확장 프로그램 스크린샷

screenshot

2 cool 4 you 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Open Instagram in a new tab and push the broken heart button 💔 to find users who do not follow you back.

IMPORTANT NOTICE: Install the extension and open Instagram in a new tab afterwards. 
The extension will not work for Instagram tabs opened before installation.

★ Can handle up to ~10k followers.
★ Disclosure of Instagram credentials not required.
★ Minimal extension permissions needed.
★ Open Source.

Permissions:
- storage: Caching the list of users.

Contributions are highly welcome!
https://github.com/yungfred/2-cool-4-you                    

확장 프로그램 기본 정보

이름 2 cool 4 you 2 cool 4 you
ID jjjcmnhhhhoemaehhbhipcoammldhjip
공식 URL https://chromewebstore.google.com/detail/2-cool-4-you/jjjcmnhhhhoemaehhbhipcoammldhjip
설명 Find Instagram users who do not follow you back.
파일 크기 317 KB
설치 횟수 400
현재 버전 1.1.3
최근 업데이트 2023-11-07
출시 날짜 2020-02-14
평점 4.38/5 총 8 개의 평점
개발자 the_real_uncleben
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://github.com/yungfred/2-cool-4-you
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "2 cool 4 you",
    "description": "Find Instagram users who do not follow you back.",
    "version": "1.1.3",
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_title": "Find em!",
        "default_icon": ".\/img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "cs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "js-libs\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*",
        "http:\/\/*.cdninstagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*",
        "http:\/\/*.fbcdn.net\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    }
}