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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |