Unfollowers for Instagram
Check who unfollowed and don't follow you back on Instagram.
Unfollowers for Instagram là gì?
Unfollowers for Instagram là một tiện ích mở rộng Chrome được phát triển bởi hsartori, và tính năng chính của nó là "Check who unfollowed and don't follow you back on Instagram.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unfollowers for Instagram
Tải xuống các tệp mở rộng Unfollowers for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
OBS: If you just see an grey window when you open the extension, try to restart Chrome completely and open and close the extension a couple of times in the Instagram official website. There is a known bug that we are fixing in the next update. Check who unfollowed and don't follow you back on Instagram. This is a very light extension that does only two things: provide you a list of people who unfollowed you on Instagram and people who do not follow you back. For this extension to work, you need to be logged in your Instagram account and it only works if you're in the Instagram browser tab. ► NO THIRD PARTY ACCESS: This extension only uses your local browser session to communicate with Instagram; ► NO SERVER CONNECTION REQUIRED: This extension runs locally and only use local storage, it will never send or store any data in any place that is not your browser; ► NO FOLLOWERS LIMIT: This extension works with any number of followers (altough it maybe slower for profiles with high number of followers); ► NO LOGIN/PASSWORD STORED: This extension does not need to save your login, password or any credentials to work; ► NO PREMIUM FEATURES: All features in this extension are 100% free. Issues: - DO NOT CLOSE the extension popup when doing a data sync, otherwise it will not work. We are working to fix this.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unfollowers for Instagram |
ID | afkljblbjeachcfcbgbanaofocakeoeh |
URL Chính Thức | https://chromewebstore.google.com/detail/unfollowers-for-instagram/afkljblbjeachcfcbgbanaofocakeoeh |
Mô tả | Check who unfollowed and don't follow you back on Instagram. |
Kích Thước Tệp | 1.1 MB |
Số Lần Cài Đặt | 10,685 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2023-01-22 |
Đánh Giá | 2.31/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | hsartori |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unfollowers for Instagram", "description": "Check who unfollowed and don't follow you back on Instagram.", "version": "2.0", "manifest_version": 3, "permissions": [ "activeTab", "storage", "unlimitedStorage", "webNavigation" ], "icons": { "16": "res\/icon16.png", "32": "res\/icon32.png", "48": "res\/icon48.png", "128": "res\/icon128.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\/ic_error_black.png", "res\/ic_follower_black.png", "res\/ic_loading_blue.png", "res\/ic_refresh_white.png", "res\/ic_unfollower_black.png", "app\/service\/instagram-service.js", "app\/service\/storage-service.js", "app\/state.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "src\/script\/capture-instagram-user-id.js" ] } ] } |