JHS - BAIXAR IGS
Faça Download de Seguidores e Seguindos
Was ist JHS - BAIXAR IGS?
JHS - BAIXAR IGS ist eine Chrome-Erweiterung, die von JHS SOLUÇÕES DIGITAIS LTDA entwickelt wurde, und ihr Hauptmerkmal ist "Faça Download de Seguidores e Seguindos".
Erweiterungsscreenshots
JHS - BAIXAR IGS-Erweiterungs-CRX-Datei herunterladen
Laden Sie JHS - BAIXAR IGS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jpldffoidlogdjfpgkiimfieagjodhba |
| Offizielle URL | https://chromewebstore.google.com/detail/jhs-baixar-igs/jpldffoidlogdjfpgkiimfieagjodhba |
| Beschreibung | Faça Download de Seguidores e Seguindos |
| Dateigröße | 117 KB |
| Installationsanzahl | 1,237 |
| Aktuelle Version | 1.25 |
| Letztes Update | 2023-10-31 |
| Veröffentlichungsdatum | 2021-09-16 |
| Bewertung | 4.06/5 Insgesamt 17 Bewertungen |
| Entwickler | JHS SOLUÇÕES DIGITAIS LTDA |
| [email protected] | |
| Zahlungsart | in_app |
| URL der Datenschutzrichtlinien-Seite | https://jhsolucoesdigitais.com/politica-de-privacidade |
| Unterstützte Sprachen | 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"
]
}
]
} | |