JHS - BAIXAR IGS
Faça Download de Seguidores e Seguindos
Cos'è JHS - BAIXAR IGS?
JHS - BAIXAR IGS è un'estensione di Chrome sviluppata da JHS SOLUÇÕES DIGITAIS LTDA, e la sua funzione principale è "Faça Download de Seguidores e Seguindos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JHS - BAIXAR IGS
Scarica i file di estensione JHS - BAIXAR IGS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Crie Listas com Seguidores e Seguindo para marcações de Sorteios.
Em apenas alguns segundos você terá uma lista para poder marcar em seus sorteios no Instagram.
Botão do WhatsApp disponível para duvidas e suporte.
Qualquer dúvida nos chame no WhatsApp para auxiliar.
Novo: Veja o video pois a forma de buscar os seguidores mudou. Informazioni di Base sull'Estensione
| Nome | |
| ID | jpldffoidlogdjfpgkiimfieagjodhba |
| URL Ufficiale | https://chromewebstore.google.com/detail/jhs-baixar-igs/jpldffoidlogdjfpgkiimfieagjodhba |
| Descrizione | Faça Download de Seguidores e Seguindos |
| Dimensione del File | 117 KB |
| Conteggio Installazioni | 1,237 |
| Versione Corrente | 1.25 |
| Ultimo Aggiornamento | 2023-10-31 |
| Data di Pubblicazione | 2021-09-16 |
| Valutazione | 4.06/5 Totale 17 Valutazioni |
| Sviluppatore | JHS SOLUÇÕES DIGITAIS LTDA |
| [email protected] | |
| Tipo di Pagamento | in_app |
| URL della Pagina della Politica sulla Privacy | https://jhsolucoesdigitais.com/politica-de-privacidade |
| Lingue Supportate | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JHS - BAIXAR IGS",
"description": "Fa\u00e7a Download de Seguidores e Seguindos",
"version": "1.25",
"manifest_version": 3,
"action": {
"default_icon": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
},
"default_title": "Clique aqui!",
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*\/*\/"
],
"js": [
"java.js"
]
}
]
} | |