JHS - BAIXAR IGS
Faça Download de Seguidores e Seguindos
Vad är JHS - BAIXAR IGS?
JHS - BAIXAR IGS är en Chrome-tillägg utvecklad av JHS SOLUÇÕES DIGITAIS LTDA, och dess huvudfunktion är "Faça Download de Seguidores e Seguindos".
Tilläggsskärmbilder
Ladda ner JHS - BAIXAR IGS-förlängningens CRX-fil
Ladda ner JHS - BAIXAR IGS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jpldffoidlogdjfpgkiimfieagjodhba |
| Officiell webbadress | https://chromewebstore.google.com/detail/jhs-baixar-igs/jpldffoidlogdjfpgkiimfieagjodhba |
| Beskrivning | Faça Download de Seguidores e Seguindos |
| Filstorlek | 117 KB |
| Antal Installationer | 1,237 |
| Aktuell Version | 1.25 |
| Senast Uppdaterad | 2023-10-31 |
| Publiceringsdatum | 2021-09-16 |
| Betyg | 4.06/5 Totalt 17 Betyg |
| Utvecklare | JHS SOLUÇÕES DIGITAIS LTDA |
| E-post | [email protected] |
| Betalningssätt | in_app |
| URL till Sekretesspolicy Sidan | https://jhsolucoesdigitais.com/politica-de-privacidade |
| Stödda Språk | 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"
]
}
]
} | |