InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
InstaMinus - Nonreciprocal Instagram follower là gì?
InstaMinus - Nonreciprocal Instagram follower là một tiện ích mở rộng Chrome được phát triển bởi http://shushilda.com, và tính năng chính của nó là "Getting a list of people who are not subscribed in response to you.".
Ả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 InstaMinus - Nonreciprocal Instagram follower
Tải xuống các tệp mở rộng InstaMinus - Nonreciprocal Instagram follower 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
Find out who from the list of your subscriptions did not reciprocate. You have a small personal Instagram account that only your loved ones read. Have noticed that the number of your subscribers sometimes decreases. Who unsubscribed from you - a classmate, mom, or the first teacher? Now you don't need to play detective. Just a couple of clicks and you will see a list of accounts to which you are subscribed, but who are not subscribed in response. And that is not all! InstaMinus tool allows you to immediately unsubscribe from non-reciprocal followers on Instagram.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
URL Chính Thức | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
Mô tả | Getting a list of people who are not subscribed in response to you. |
Kích Thước Tệp | 17.35 KB |
Số Lần Cài Đặt | 214 |
Phiên Bản Hiện Tại | 1.7.6 |
Cập Nhật Lần Cuối | 2021-05-22 |
Ngày Phát Hành | 2021-05-11 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://shushilda.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
URL Trang Trợ Giúp | https://vk.com/icqmib |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.7.6", "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_idle", "all_frames": false, "js": [ "content.js" ] } ], "web_accessible_resources": [ "inc\/main.js", "inc\/main.css", "images\/coffee.svg" ], "icons": { "128": "images\/icon.png", "16": "images\/icon.png", "48": "images\/icon.png" }, "permissions": [ "https:\/\/www.instagram.com\/*" ], "browser_action": { "default_icon": "images\/icon.png" } } |