PlebTV

Free Twitch Sub Emotes for those who dont want to give him money.

什么是PlebTV?

PlebTV是由Plebian开发的Chrome扩展程序,该扩展的主要功能是“Free Twitch Sub Emotes for those who dont want to give him money.”。

下载PlebTV扩展crx文件

下载PlebTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        PlebTV. A very minimal chrome extension that allows you to use subscriber emotes on a Twitch.tv channel without paying $5 subscription fee.                    

扩展基本信息

名称 PlebTV PlebTV
ID opnhdldldepoplohpadkbnfdmhmpboki
官方URL https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki
简介 Free Twitch Sub Emotes for those who dont want to give him money.
文件大小 18.54 KB
安装次数 15
当前版本 0.1
更新时间 2017-01-06
上架时间 2017-01-06
评分 3.00/5 共2次评分
开发者 Plebian
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlebTV",
    "description": "Free Twitch Sub Emotes for those who dont want to give him money.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "lolalpha1.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "PlebTV",
        "default_icon": {
            "128": "gusta.png"
        }
    },
    "permissions": [
        "tabs",
        "https:\/\/www.twitch.tv\/*"
    ]
}