InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
什么是InstaMinus - Nonreciprocal Instagram follower?
InstaMinus - Nonreciprocal Instagram follower是由http://shushilda.com开发的Chrome扩展程序,该扩展的主要功能是“Getting a list of people who are not subscribed in response to you.”。
扩展截图
下载InstaMinus - Nonreciprocal Instagram follower扩展crx文件
下载InstaMinus - Nonreciprocal Instagram follower扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
官方URL | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
简介 | Getting a list of people who are not subscribed in response to you. |
文件大小 | 17.35 KB |
安装次数 | 214 |
当前版本 | 1.7.6 |
更新时间 | 2021-05-22 |
上架时间 | 2021-05-11 |
评分 | 4.20/5 共5次评分 |
开发者 | http://shushilda.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
帮助页面URL | https://vk.com/icqmib |
支持的语言 | 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" } } |