InstaMinus - Nonreciprocal Instagram follower
Getting a list of people who are not subscribed in response to you.
Apa itu InstaMinus - Nonreciprocal Instagram follower?
InstaMinus - Nonreciprocal Instagram follower adalah ekstensi Chrome yang dikembangkan oleh http://shushilda.com, dan fitur utamanya adalah "Getting a list of people who are not subscribed in response to you.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi InstaMinus - Nonreciprocal Instagram follower
Unduh file ekstensi InstaMinus - Nonreciprocal Instagram follower dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | hcbagpfggjdakagpkfmodnfppnbcmlll |
URL Resmi | https://chrome.google.com/webstore/detail/instaminus-nonreciprocal/hcbagpfggjdakagpkfmodnfppnbcmlll |
Deskripsi | Getting a list of people who are not subscribed in response to you. |
Ukuran File | 17.35 KB |
Jumlah Instalasi | 214 |
Versi Saat Ini | 1.7.6 |
Terakhir Diperbarui | 2021-05-22 |
Tanggal Publikasi | 2021-05-11 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | http://shushilda.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://shushilda.com/tools/nonreciprocal-instagram-follower/ |
URL Halaman Bantuan | https://vk.com/icqmib |
Bahasa yang Didukung | 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" } } |