JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
Vad är JohnPitterTV Farm?
JohnPitterTV Farm är en Chrome-tillägg utvecklad av https://johnpittertv.com, och dess huvudfunktion är "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".
Tilläggsskärmbilder
Ladda ner JohnPitterTV Farm-förlängningens CRX-fil
Ladda ner JohnPitterTV Farm-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
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äggande Information om Tillägg
| Namn | |
| ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
| Officiell webbadress | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
| Beskrivning | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
| Filstorlek | 451 KB |
| Antal Installationer | 1,834 |
| Aktuell Version | 1.18 |
| Senast Uppdaterad | 2023-11-16 |
| Publiceringsdatum | 2022-01-02 |
| Betyg | 4.25/5 Totalt 16 Betyg |
| Utvecklare | https://johnpittertv.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://johnpittertv.com/ |
| Hjälpsida URL | https://johnpittertv.com/ |
| URL till Sekretesspolicy Sidan | https://pastebin.com/LMh7vdes |
| Stödda Språk | 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"
]
} | |