2 cool 4 you
Find Instagram users who do not follow you back.
2 cool 4 you क्या है?
2 cool 4 you the_real_uncleben द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Instagram users who do not follow you back."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2 cool 4 you एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |