Insta Detective: IG Mass Unfollow & Insights
Find Instagram unfollowers and non-followers. Unfollow multiple accounts with a single click - secure and user-friendly solution.
Insta Detective: IG Mass Unfollow & Insightsคืออะไร?
Insta Detective: IG Mass Unfollow & Insights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ak และคุณลักษณะหลักของมันคือ "Find Instagram unfollowers and non-followers. Unfollow multiple accounts with a single click - secure and user-friendly solution."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insta Detective: IG Mass Unfollow & Insights
ดาวน์โหลดไฟล์ส่วนขยาย Insta Detective: IG Mass Unfollow & Insights ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🕵️♂️ Insta Detective: Instagram Mass Unfollow & Insights 2024 Effortlessly discover who unfollowed you or isn't following back on Instagram. Mass unfollow multiple Instagram users in a single click, simplifying your experience and saving valuable time. 📱 How To Use: 1. Open your Instagram profile in your browser. 2. Open the Insta Detective extension by clicking on the extension icon. 3. Click on the '⟳' icon button to begin. In a few moments, receive a detailed list of profiles who unfollowed you and who aren't following you back. Click the 'Open Unfollower' button to access the mass unfollow feature. Easily select multiple profiles you wish to unfollow and hit 'Unfollow Profiles' to start unfollowing. Insta Detective operates solely on the client side and does not execute any actions through the server. All processes are managed using the client's IP to prevent violations of Instagram API policies. Insta Detective is not just a tool for finding unfollowers; it's your ally for detecting fake followers, comprehending your audience, and optimizing follower engagement. Detect phony followers, track and analyze your followers and unfollowers, identify those who don't follow back on Instagram, and rediscover your lost followers. Unlock valuable insights effortlessly, manage those who aren't following you back, and supercharge your Instagram strategy. Download now to take control, enhance engagement, and stay ahead in your Instagram journey! 🌟 Check who unfollowed and don't follow you back on Instagram Unfollowers for Instagram v2.7 - Unfollow page improvements ----------------------------- v2.5 v2.6 - Bugfixes ----------------------------- v2.4 - Unfollow feature improvements ----------------------------- v2.3 - Feedback forms ----------------------------- v2.2 - Unfollow feature with a new UI ----------------------------- v2.1 - UI improvements and bug fixes ----------------------------- v2.0 - Rebranding and icon updates - Updates for Download & Copy features ----------------------------- v1.9 - Feedback section and bug fixes ----------------------------- v1.8 - New tab functionality ----------------------------- v1.7 - UI updates ----------------------------- v1.6 - Copy button to copy the list of profiles not following you back ----------------------------- v1.5 - Download button to download the list of profiles not following you back - Profiles that recently unfollowed you will show a date when they unfollowed -----------------------------
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Insta Detective: IG Mass Unfollow & Insights |
ID | onepnpkokjpmkoddopfakicckhkepmch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/insta-detective-ig-mass-u/onepnpkokjpmkoddopfakicckhkepmch |
คำอธิบาย | Find Instagram unfollowers and non-followers. Unfollow multiple accounts with a single click - secure and user-friendly solution. |
ขนาดไฟล์ | 447 KB |
จำนวนการติดตั้ง | 1,719 |
เวอร์ชันปัจจุบัน | 2.7 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2023-12-12 |
คะแนน | 4.71/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | ak |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Detective: IG Mass Unfollow & Insights", "description": "Find Instagram unfollowers and non-followers. Unfollow multiple accounts with a single click - secure and user-friendly solution.", "version": "2.7", "manifest_version": 3, "permissions": [ "activeTab", "storage", "webNavigation", "unlimitedStorage" ], "icons": { "16": "res\/icond3.png", "32": "res\/icond3.png", "48": "res\/icond3.png", "128": "res\/icond3.png" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/*.cdninstagram.com\/**", "https:\/\/*.fbcdn.net\/*" ], "background": { "service_worker": "src\/background.js" }, "action": { "default_popup": "src\/popup.html" }, "web_accessible_resources": [ { "resources": [ "res\/loading.png", "services\/ig.js", "services\/storage.js", "services\/state.js" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "src\/script\/content-script.js" ] } ] } |