Followers Remover
Mass remove followers on Instagram
Followers Removerคืออะไร?
Followers Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.invertexto.com และคุณลักษณะหลักของมันคือ "Mass remove followers on Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Followers Remover
ดาวน์โหลดไฟล์ส่วนขยาย Followers Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automate the process of removing followers on Instagram whom you do not follow. Ideal for those who need to make a profile more private or remove fake followers. With this tool, it is possible to remove between 100 and 200 followers per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we have restricted the processing time and the number of removals. We recommend using the extension with moderation to ensure its continuous functionality.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Followers Remover |
ID | gapabilhjhlfpflnkjmckcejcjfponbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe |
คำอธิบาย | Mass remove followers on Instagram |
ขนาดไฟล์ | 28.37 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2024-03-02 |
วันที่เผยแพร่ | 2024-01-16 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.invertexto.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.invertexto.com/politica-privacidade-extensoes |
ภาษาที่รองรับ | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.3", "manifest_version": 3, "permissions": [ "scripting", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.invertexto.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |