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\/*"
    ]
}