BetterYTV
Enhances YouTube with new features and emotes
BetterYTVとは何ですか?
BetterYTVはwhalemandevによって開発されたChromeの拡張機能で、その主な機能は「Enhances YouTube with new features and emotes」です。
拡張機能のスクリーンショット
BetterYTV拡張機能のCRXファイルをダウンロード
BetterYTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch) Adds new emotes to live chat All global FFZ+BTTV emotes currently supported. To enable channel emotes link Twitch acct in channel/about links named "Twitch" Plan on adding more features Feel free to contribute here https://github.com/acarlson99/BYTV WARNING: YouTube does not take kindly to chat spam. You will get instantly banned without warning if you treat YT chat like Twitch chat
拡張機能の基本情報
名前 | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
公式URL | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
説明 | Enhances YouTube with new features and emotes |
ファイルサイズ | 91.95 KB |
インストール数 | 20 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-10-04 |
公開日 | 2021-04-18 |
開発者 | whalemandev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/acarlson99/BYTV |
ヘルプページのURL | https://github.com/acarlson99/BYTV |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTV", "manifest_version": 3, "version": "1.0.3", "description": "Enhances YouTube with new features and emotes", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon.png" }, "host_permissions": [ "https:\/\/api.twitch.tv\/kraken\/users", "https:\/\/api.betterttv.net\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "192": "icon.png" } } |