Followers Remover
Mass remove followers on Instagram
O que é Followers Remover?
Followers Remover é uma extensão do Chrome desenvolvida por https://www.invertexto.com, e sua principal característica é "Mass remove followers on Instagram".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Followers Remover
Baixe arquivos de extensão Followers Remover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Followers Remover |
ID | gapabilhjhlfpflnkjmckcejcjfponbe |
URL Oficial | https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe |
Descrição | Mass remove followers on Instagram |
Tamanho do Arquivo | 28.37 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.0.3 |
Última Atualização | 2024-03-02 |
Data de Publicação | 2024-01-16 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.invertexto.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.invertexto.com/politica-privacidade-extensoes |
Idiomas Suportados | 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" } } |