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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shushilda.com และคุณลักษณะหลักของมันคือ "Getting a list of people who are not subscribed in response to you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstaMinus - Nonreciprocal Instagram follower
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |