AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
AutoInsคืออะไร?
AutoIns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://techcodenotes.com และคุณลักษณะหลักของมันคือ "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoIns
ดาวน์โหลดไฟล์ส่วนขยาย AutoIns ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Autoins the best unfollow instagram bot.This bot will automatically follow all of someone's Instagram followers for you. It can also unfollow for you, with options to keep people who follow you and more. It waits between following so as to not be blocked by Instagram's rate limits. It's currently available to download for free, but probably won't be forever.Feel free to contac us if any problem. [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
คำอธิบาย | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
ขนาดไฟล์ | 62.65 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-04-08 |
วันที่เผยแพร่ | 2021-03-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://techcodenotes.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | https://savemydayapp.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*", "storage" ], "web_accessible_resources": [ "*.*" ], "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*" ], "all_frames": false, "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/*.szeasytrust.cn\/*" ] } } |