JHS - BAIXAR IGS
Faça Download de Seguidores e Seguindos
Hvad er JHS - BAIXAR IGS?
JHS - BAIXAR IGS er en Chrome-udvidelse udviklet af JHS SOLUÇÕES DIGITAIS LTDA, og dens hovedfunktion er "Faça Download de Seguidores e Seguindos".
Udvidelsesskærmbilleder
Download JHS - BAIXAR IGS-udvidelses-CRX-fil
Download JHS - BAIXAR IGS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jpldffoidlogdjfpgkiimfieagjodhba |
| Officiel URL | https://chromewebstore.google.com/detail/jhs-baixar-igs/jpldffoidlogdjfpgkiimfieagjodhba |
| Beskrivelse | Faça Download de Seguidores e Seguindos |
| Filstørrelse | 117 KB |
| Antal Installationer | 1,237 |
| Nuværende Version | 1.25 |
| Senest Opdateret | 2023-10-31 |
| Udgivelsesdato | 2021-09-16 |
| Bedømmelse | 4.06/5 Samlet 17 Bedømmelser |
| Udvikler | JHS SOLUÇÕES DIGITAIS LTDA |
| [email protected] | |
| Betalingsmetode | in_app |
| URL til Fortrolighedspolitik Side | https://jhsolucoesdigitais.com/politica-de-privacidade |
| Understøttede Sprog | 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"
]
}
]
} | |