JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
What is JohnPitterTV Farm?
JohnPitterTV Farm is a Chrome extension developed by https://johnpittertv.com, and its main feature is "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".
Extension Screenshots
Download JohnPitterTV Farm Extension CRX File
Download JohnPitterTV Farm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | JohnPitterTV Farm |
ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
Official URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
Description | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
File Size | 451 KB |
Installation Count | 1,834 |
Current Version | 1.18 |
Last Updated | 2023-11-16 |
Publish Date | 2022-01-02 |
Rating | 4.25/5 Total 16 Ratings |
Developer | https://johnpittertv.com |
[email protected] | |
Payment Type | free |
Extension Website | https://johnpittertv.com/ |
Help Page URL | https://johnpittertv.com/ |
Privacy Policy Page URL | https://pastebin.com/LMh7vdes |
Supported Languages | 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" ] } |