Unfollower for Instagram
Automatically unfollows the Instagram accounts you specify.
Unfollower for Instagramคืออะไร?
Unfollower for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arismelachroinos และคุณลักษณะหลักของมันคือ "Automatically unfollows the Instagram accounts you specify."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unfollower for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Unfollower for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to unfollow many users on Instagram without getting your. account restricted. Enter your username list, set a delay and click "Start". The extension will unfollow every user on the list, one by one, with the specified delay in between. You can also add usernames to the list by right-clicking on a username on Instagram, and choosing: "Add username to unfollow list". You do not need to enter your log in information anywhere. You just have to already be signed in to your Instagram account in your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unfollower for Instagram |
ID | khknnhbfkebnggopbjgdfjboeogenoea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea |
คำอธิบาย | Automatically unfollows the Instagram accounts you specify. |
ขนาดไฟล์ | 28.43 KB |
จำนวนการติดตั้ง | 1,132 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-05-17 |
วันที่เผยแพร่ | 2022-05-17 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | arismelachroinos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unfollower for Instagram", "version": "0.2", "author": "Aris Melachroinos", "manifest_version": 3, "description": "Automatically unfollows the Instagram accounts you specify.", "permissions": [ "storage", "scripting", "alarms", "webRequest", "contextMenus" ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Unfollower for Instagram", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |