2 cool 4 you
Find Instagram users who do not follow you back.
Wat is 2 cool 4 you?
2 cool 4 you is een Chrome-extensie ontwikkeld door the_real_uncleben, en de belangrijkste functie is "Find Instagram users who do not follow you back.".
Extensie Screenshots
Download het CRX-bestand van de extensie 2 cool 4 you
Download 2 cool 4 you-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | 2 cool 4 you |
ID | jjjcmnhhhhoemaehhbhipcoammldhjip |
Officiële URL | https://chromewebstore.google.com/detail/2-cool-4-you/jjjcmnhhhhoemaehhbhipcoammldhjip |
Beschrijving | Find Instagram users who do not follow you back. |
Bestandsgrootte | 317 KB |
Aantal Installaties | 400 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2023-11-07 |
Publicatiedatum | 2020-02-14 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | the_real_uncleben |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://github.com/yungfred/2-cool-4-you |
Ondersteunde Talen | 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" } } |