InsTF - Instagram follower tracker
Unfollow ghost folower, analysis your followers to find who is not following back
InsTF - Instagram follower tracker là gì?
InsTF - Instagram follower tracker là một tiện ích mở rộng Chrome được phát triển bởi https://www.listmore.info, và tính năng chính của nó là "Unfollow ghost folower, analysis your followers to find who is not following back".
Ả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 InsTF - Instagram follower tracker
Tải xuống các tệp mở rộng InsTF - Instagram follower tracker 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
Analysis your followers to find who is not following back. Track your followers everyday to find the metrics below: New followers Lost followers New followings Mutual friends I don't follow back Don't follow me Back No password required!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InsTF - Instagram follower tracker |
ID | deppcpikimfefmjmdpalknbdfmhdlein |
URL Chính Thức | https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein |
Mô tả | Unfollow ghost folower, analysis your followers to find who is not following back |
Kích Thước Tệp | 896 KB |
Số Lần Cài Đặt | 10,419 |
Phiên Bản Hiện Tại | 2.2.9 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2021-12-23 |
Đánh Giá | 4.62/5 Tổng số 63 Đánh Giá |
Nhà Phát Triển | https://www.listmore.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.listmore.info/ |
URL Trang Chính Sách Bảo Mật | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InsTF - Instagram follower tracker", "version": "2.2.9", "description": "Unfollow ghost folower, analysis your followers to find who is not following back", "action": { "default_icon": ".\/assets\/icon-128.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-16.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "activeTab", "cookies", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.listmore.info\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*?ext=T&cmd=export&uuid=*" ], "js": [ "dist\/exportPanel\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/exportPanel\/style.css", "assets\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |