2 cool 4 you

Find Instagram users who do not follow you back.

2 cool 4 you là gì?

2 cool 4 you là một tiện ích mở rộng Chrome được phát triển bởi the_real_uncleben, và tính năng chính của nó là "Find Instagram users who do not follow you back.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 2 cool 4 you

Tải xuống các tệp mở rộng 2 cool 4 you dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2 cool 4 you 2 cool 4 you
ID jjjcmnhhhhoemaehhbhipcoammldhjip
URL Chính Thức https://chromewebstore.google.com/detail/2-cool-4-you/jjjcmnhhhhoemaehhbhipcoammldhjip
Mô tả Find Instagram users who do not follow you back.
Kích Thước Tệp 317 KB
Số Lần Cài Đặt 400
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2020-02-14
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển the_real_uncleben
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://github.com/yungfred/2-cool-4-you
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}