Superpowers for Instagram
Mass follow, mass unfollow and mass like on Instagram with powerful options.
¿Qué es Superpowers for Instagram?
Superpowers for Instagram es una extensión de Chrome desarrollada por Clemens Teichmann, y su función principal es "Mass follow, mass unfollow and mass like on Instagram with powerful options.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Superpowers for Instagram
Descarga archivos de extensión Superpowers for Instagram en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
= 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
Información Básica de la Extensión
Nombre | Superpowers for Instagram |
ID | aobbiflfmjgclpgmdffnkljokfjficim |
URL Oficial | https://chromewebstore.google.com/detail/superpowers-for-instagram/aobbiflfmjgclpgmdffnkljokfjficim |
Descripción | Mass follow, mass unfollow and mass like on Instagram with powerful options. |
Tamaño del Archivo | 29.93 KB |
Cantidad de Instalaciones | 20,000 |
Versión Actual | 77 |
Última Actualización | 2023-12-20 |
Fecha de Publicación | 2020-07-02 |
Calificación | 2.74/5 Total de 54 Calificaciones |
Desarrollador | Clemens Teichmann |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.clemensteichmann.com/superpowers-for-instagram |
Idiomas Soportados | 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" ] } |