JohnPitterTV Farm

Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.

JohnPitterTV Farmคืออะไร?

JohnPitterTV Farm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://johnpittertv.com และคุณลักษณะหลักของมันคือ "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JohnPitterTV Farm

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JohnPitterTV Farm 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"
    ]
}