JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
Was ist JohnPitterTV Farm?
JohnPitterTV Farm ist eine Chrome-Erweiterung, die von https://johnpittertv.com entwickelt wurde, und ihr Hauptmerkmal ist "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".
Erweiterungsscreenshots
JohnPitterTV Farm-Erweiterungs-CRX-Datei herunterladen
Laden Sie JohnPitterTV Farm-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
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.
Grundlegende Informationen zur Erweiterung
Name | JohnPitterTV Farm |
ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
Offizielle URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
Beschreibung | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
Dateigröße | 451 KB |
Installationsanzahl | 1,834 |
Aktuelle Version | 1.18 |
Letztes Update | 2023-11-16 |
Veröffentlichungsdatum | 2022-01-02 |
Bewertung | 4.25/5 Insgesamt 16 Bewertungen |
Entwickler | https://johnpittertv.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://johnpittertv.com/ |
Hilfeseite URL | https://johnpittertv.com/ |
URL der Datenschutzrichtlinien-Seite | https://pastebin.com/LMh7vdes |
Unterstützte Sprachen | 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" ] } |