JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
Hvad er JohnPitterTV Farm?
JohnPitterTV Farm er en Chrome-udvidelse udviklet af https://johnpittertv.com, og dens hovedfunktion er "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".
Udvidelsesskærmbilleder
Download JohnPitterTV Farm-udvidelses-CRX-fil
Download JohnPitterTV Farm-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
Ferramenta criada para acumular pontos de fidelidade no site JohnPitterTV, pontos que podem ser trocados por skins de CS:GO, Gift-Cards, entre outros.
Ao utilizar, você terá a função de auto-refresh habilitada na Twitch, que garante que você acumule pontos diretamente no site. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
| Officiel URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
| Beskrivelse | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
| Filstørrelse | 451 KB |
| Antal Installationer | 1,834 |
| Nuværende Version | 1.18 |
| Senest Opdateret | 2023-11-16 |
| Udgivelsesdato | 2022-01-02 |
| Bedømmelse | 4.25/5 Samlet 16 Bedømmelser |
| Udvikler | https://johnpittertv.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://johnpittertv.com/ |
| Hjælpeside-URL | https://johnpittertv.com/ |
| URL til Fortrolighedspolitik Side | https://pastebin.com/LMh7vdes |
| Understøttede Sprog | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JohnPitterTV Farm",
"version": "1.18",
"description": "Ganhe pontos no site. Voc\u00ea ter\u00e1 a live na Twitch atualizada pelo auto-refresh de tempos em tempos.",
"manifest_version": 2,
"icons": {
"16": "resources\/icon.png",
"48": "resources\/icon.png",
"96": "resources\/icon.png",
"128": "resources\/icon.png"
},
"browser_action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"https:\/\/www.twitch.tv\/*"
]
}
],
"permissions": [
"*:\/\/*\/*",
"tabs"
]
} | |