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 |
Eメール | [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" } } |