Superpowers for Instagram
Mass follow, mass unfollow and mass like on Instagram with powerful options.
Superpowers for Instagramคืออะไร?
Superpowers for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clemens Teichmann และคุณลักษณะหลักของมันคือ "Mass follow, mass unfollow and mass like on Instagram with powerful options."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Superpowers for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Superpowers for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
= MASS FOLLOW = It works on the followers, following, likes and search view. It remembers the mass followed users. So you can later mass unfollow those only. = MASS UNFOLLOW = It works on your following view. = MASS LIKE = It works on the search and home view. = AUTOPILOT = Performs a series of actions and repeats them after a certain pause. = CUSTOMIZE WITH POWERFUL OPTIONS = At the top right click the icon (bolt) and then click Options. Note: You need to add the extension first. = CAUTION = Please carefully read the Instagram Community Guidelines. Please find FAQ and Changelog on the website https://www.clemensteichmann.com/superpowers-for-instagram
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Superpowers for Instagram |
ID | aobbiflfmjgclpgmdffnkljokfjficim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/superpowers-for-instagram/aobbiflfmjgclpgmdffnkljokfjficim |
คำอธิบาย | Mass follow, mass unfollow and mass like on Instagram with powerful options. |
ขนาดไฟล์ | 29.93 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 77 |
อัปเดตครั้งล่าสุด | 2023-12-20 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 2.74/5 รวมทั้งหมด 54 คะแนน |
ผู้พัฒนา | Clemens Teichmann |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.clemensteichmann.com/superpowers-for-instagram |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Clemens Teichmann", "description": "Mass follow, mass unfollow and mass like on Instagram with powerful options.", "manifest_version": 2, "name": "Superpowers for Instagram", "homepage_url": "https:\/\/www.clemensteichmann.com\/superpowers-for-instagram", "version": "77", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "run_at": "document_start", "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/superpowers_for_instagram16.png", "48": "images\/superpowers_for_instagram48.png", "128": "images\/superpowers_for_instagram128.png" }, "permissions": [ "storage", "tabs", "unlimitedStorage" ] } |