JohnPitterTV Farm

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

JohnPitterTV Farm là gì?

JohnPitterTV Farm là một tiện ích mở rộng Chrome được phát triển bởi https://johnpittertv.com, và tính năng chính của nó là "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JohnPitterTV Farm

Tải xuống các tệp mở rộng JohnPitterTV Farm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JohnPitterTV Farm JohnPitterTV Farm
ID nppnpgbmimonkogcpfdjgcpcinonlahl
URL Chính Thức https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl
Mô tả Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
Kích Thước Tệp 451 KB
Số Lần Cài Đặt 1,834
Phiên Bản Hiện Tại 1.18
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2022-01-02
Đánh Giá 4.25/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://johnpittertv.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://johnpittertv.com/
URL Trang Trợ Giúp https://johnpittertv.com/
URL Trang Chính Sách Bảo Mật https://pastebin.com/LMh7vdes
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}