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によって開発されたChromeの拡張機能で、その主な機能は「Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.」です。
拡張機能のスクリーンショット
JohnPitterTV Farm拡張機能のCRXファイルをダウンロード
JohnPitterTV Farm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |