Unfollower for Instagram
Automatically unfollows the Instagram accounts you specify.
O que é Unfollower for Instagram?
Unfollower for Instagram é uma extensão do Chrome desenvolvida por arismelachroinos, e sua principal característica é "Automatically unfollows the Instagram accounts you specify.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unfollower for Instagram
Baixe arquivos de extensão Unfollower for Instagram 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
This extension allows you to unfollow many users on Instagram without getting your. account restricted. Enter your username list, set a delay and click "Start". The extension will unfollow every user on the list, one by one, with the specified delay in between. You can also add usernames to the list by right-clicking on a username on Instagram, and choosing: "Add username to unfollow list". You do not need to enter your log in information anywhere. You just have to already be signed in to your Instagram account in your browser.
Informações Básicas da Extensão
Nome | Unfollower for Instagram |
ID | khknnhbfkebnggopbjgdfjboeogenoea |
URL Oficial | https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea |
Descrição | Automatically unfollows the Instagram accounts you specify. |
Tamanho do Arquivo | 28.43 KB |
Contagem de Instalações | 1,132 |
Versão Atual | 0.2 |
Última Atualização | 2022-05-17 |
Data de Publicação | 2022-05-17 |
Classificação | 1.50/5 Total de 2 Avaliações |
Desenvolvedor | arismelachroinos |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unfollower for Instagram", "version": "0.2", "author": "Aris Melachroinos", "manifest_version": 3, "description": "Automatically unfollows the Instagram accounts you specify.", "permissions": [ "storage", "scripting", "alarms", "webRequest", "contextMenus" ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Unfollower for Instagram", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |