JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
JohnPitterTV Farm क्या है?
JohnPitterTV Farm https://johnpittertv.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JohnPitterTV Farm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | JohnPitterTV Farm |
ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
आधिकारिक URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
विवरण | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
फ़ाइल का आकार | 451 KB |
स्थापना संख्या | 1,834 |
वर्तमान संस्करण | 1.18 |
अंतिम अपडेट | 2023-11-16 |
प्रकाशन तिथि | 2022-01-02 |
रेटिंग | 4.25/5 कुल 16 रेटिंग्स |
डेवलपर | https://johnpittertv.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://johnpittertv.com/ |
सहायता पृष्ठ URL | https://johnpittertv.com/ |
गोपनीयता नीति पृष्ठ URL | https://pastebin.com/LMh7vdes |
समर्थित भाषाएँ | 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" ] } |