2 cool 4 you
Find Instagram users who do not follow you back.
ما هو 2 cool 4 you؟
2 cool 4 you هو إضافة Chrome تم تطويرها بواسطة the_real_uncleben، والميزة الرئيسية لها هي "Find Instagram users who do not follow you back.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 2 cool 4 you
قم بتنزيل ملفات الامتداد 2 cool 4 you بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |