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 |
公式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 |
Eメール | [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" ] } |