Followers Remover
Mass remove followers on Instagram
¿Qué es Followers Remover?
Followers Remover es una extensión de Chrome desarrollada por https://www.invertexto.com, y su función principal es "Mass remove followers on Instagram".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Followers Remover
Descarga archivos de extensión Followers Remover 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
Automate the process of removing followers on Instagram whom you do not follow. Ideal for those who need to make a profile more private or remove fake followers. With this tool, it is possible to remove between 100 and 200 followers per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we have restricted the processing time and the number of removals. We recommend using the extension with moderation to ensure its continuous functionality.
Información Básica de la Extensión
Nombre | Followers Remover |
ID | gapabilhjhlfpflnkjmckcejcjfponbe |
URL Oficial | https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe |
Descripción | Mass remove followers on Instagram |
Tamaño del Archivo | 28.37 KB |
Cantidad de Instalaciones | 73 |
Versión Actual | 1.0.3 |
Última Actualización | 2024-03-02 |
Fecha de Publicación | 2024-01-16 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.invertexto.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.invertexto.com/politica-privacidade-extensoes |
Idiomas Soportados | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.3", "manifest_version": 3, "permissions": [ "scripting", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.invertexto.com\/*" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |