Superpowers for Instagram
Mass follow, mass unfollow and mass like on Instagram with powerful options.
什麼是Superpowers for Instagram?
Superpowers for Instagram是由Clemens Teichmann開發的Chrome擴展程式,該擴展的主要功能是“Mass follow, mass unfollow and mass like on Instagram with powerful options.”。
擴展截圖
下載Superpowers for Instagram擴展crx文件
下載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 |
官方網址 | 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" ] } |