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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 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"
    ]
}