Instech | Automation for Instagram™
Smart and Simple Assistant to automate Instagram™
Instech | Automation for Instagram™คืออะไร?
Instech | Automation for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shoutoutleague และคุณลักษณะหลักของมันคือ "Smart and Simple Assistant to automate Instagram™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instech | Automation for Instagram™
ดาวน์โหลดไฟล์ส่วนขยาย Instech | Automation for Instagram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Grow your IG. You can easily gain up to few thousand followers per month with Instech. Just choose your preferences and forget about it. Bot will work on your behalf. Privacy policy link updated Tools: - Liking by hashtags - Liking by location - Liking my feed - Liking user's followers by username - Liking user's followings by username - Liking user's likers by username - Liking user's commenters by username - above features plus following - above features plus unfollowing IG growth service to help you get real and organic IG followers, effortlessly while you take care of your daily tasks. Enjoy a 20-day free trial period and taste what our IG automation can do for your account! Security # Instech doesn’t need your IG username or password to operate. # Instech doesn’t send your IG activity to a remote server. Your data is secure. LEGAL NOTICE: This extension handles personal or sensitive user data (Cookies and Web Browsing Activity). Please see our Privacy Policy for more details about purpose and methods of our handling personal or sensitive user data. Link to Privacy Policy located in "Additional Information" section. IG™ is a trademark of IG Inc., registered in the U.S. and other countries. This is an independent project not related to IG™ or IG Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | akoiafmjodoannecpacppjpkobfjmfan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instech-automation-for-in/akoiafmjodoannecpacppjpkobfjmfan |
คำอธิบาย | Smart and Simple Assistant to automate Instagram™ |
ขนาดไฟล์ | 3.9 MB |
จำนวนการติดตั้ง | 297 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2023-06-03 |
วันที่เผยแพร่ | 2022-10-19 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | shoutoutleague |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://instech.tech/ |
URL หน้านโยบายความเป็นส่วนตัว | https://instech.tech/privacy-instech/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ExtName__", "description": "__MSG_ExtDesc__", "short_name": "Instech", "default_locale": "en", "version": "1.0.9", "author": "Instech", "permissions": [ "unlimitedStorage", "tabs" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/instech.tech\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*" ], "icons": { "128": ".\/res\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_title": "Instech" }, "background": { "service_worker": "main.js" }, "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/*.instagram.com\/*" ] } ] } |