JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
Wat is JohnPitterTV Farm?
JohnPitterTV Farm is een Chrome-extensie ontwikkeld door https://johnpittertv.com, en de belangrijkste functie is "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".
Extensie Screenshots
Download het CRX-bestand van de extensie JohnPitterTV Farm
Download JohnPitterTV Farm-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | JohnPitterTV Farm |
ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
Officiële URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
Beschrijving | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
Bestandsgrootte | 451 KB |
Aantal Installaties | 1,834 |
Huidige Versie | 1.18 |
Laatst Bijgewerkt | 2023-11-16 |
Publicatiedatum | 2022-01-02 |
Beoordeling | 4.25/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://johnpittertv.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://johnpittertv.com/ |
Help Pagina-URL | https://johnpittertv.com/ |
URL van de Privacybeleid Pagina | https://pastebin.com/LMh7vdes |
Ondersteunde Talen | 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" ] } |