2 cool 4 you

Find Instagram users who do not follow you back.

Qu'est-ce que 2 cool 4 you ?

2 cool 4 you est une extension Chrome développée par the_real_uncleben, et sa fonction principale est "Find Instagram users who do not follow you back.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 2 cool 4 you

Téléchargez les fichiers d'extension 2 cool 4 you au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom 2 cool 4 you 2 cool 4 you
ID jjjcmnhhhhoemaehhbhipcoammldhjip
URL Officiel https://chromewebstore.google.com/detail/2-cool-4-you/jjjcmnhhhhoemaehhbhipcoammldhjip
Description Find Instagram users who do not follow you back.
Taille du Fichier 317 KB
Nombre d'Installations 400
Version Actuelle 1.1.3
Dernière Mise à Jour 2023-11-07
Date de Publication 2020-02-14
Évaluation 4.38/5 Total 8 Évaluations
Développeur the_real_uncleben
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://github.com/yungfred/2-cool-4-you
Langues Prises en Charge 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"
    }
}