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.”。

扩展截图

screenshot

下载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 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"
    ]
}