Superpowers for Instagram
Mass follow, mass unfollow and mass like on Instagram with powerful options.
Qu'est-ce que Superpowers for Instagram ?
Superpowers for Instagram est une extension Chrome développée par Clemens Teichmann, et sa fonction principale est "Mass follow, mass unfollow and mass like on Instagram with powerful options.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Superpowers for Instagram
Téléchargez les fichiers d'extension Superpowers for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
= 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
Informations de Base sur l'Extension
Nom | Superpowers for Instagram |
ID | aobbiflfmjgclpgmdffnkljokfjficim |
URL Officiel | https://chromewebstore.google.com/detail/superpowers-for-instagram/aobbiflfmjgclpgmdffnkljokfjficim |
Description | Mass follow, mass unfollow and mass like on Instagram with powerful options. |
Taille du Fichier | 29.93 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 77 |
Dernière Mise à Jour | 2023-12-20 |
Date de Publication | 2020-07-02 |
Évaluation | 2.74/5 Total 54 Évaluations |
Développeur | Clemens Teichmann |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.clemensteichmann.com/superpowers-for-instagram |
Langues Prises en Charge | 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" ] } |