Superpowers for Instagram

Mass follow, mass unfollow and mass like on Instagram with powerful options.

Superpowers for Instagram क्या है?

Superpowers for Instagram Clemens Teichmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mass follow, mass unfollow and mass like on Instagram with powerful options."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Superpowers for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        = 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"
    ]
}