Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Better YouTubeとは何ですか?
Better YouTubeはJulianによって開発されたChromeの拡張機能で、その主な機能は「Better Youtube extends the Youtube Gaming Livestream Chat with many different features」です。
拡張機能のスクリーンショット
Better YouTube拡張機能のCRXファイルをダウンロード
Better YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: - Twitch.tv emotes! - BTTV & FFZ emotes - BTTV GIF emotes - some custom emotes - Twitch style chat - Tab auto complete for emotes! - More features are coming soon! [BETA] This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.
拡張機能の基本情報
名前 | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
公式URL | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
説明 | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
ファイルサイズ | 38.42 KB |
インストール数 | 408 |
現在のバージョン | 2.0.0.0 |
最終更新日 | 2022-06-27 |
公開日 | 2021-09-15 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Julian |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/akaJuliaan/BetterYT |
ヘルプページのURL | https://github.com/akaJuliaan/BetterYT |
対応言語 | id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "2.0.0.0", "default_locale": "en", "manifest_version": 2, "permissions": [ "https:\/\/julian.gmbh\/betteryt\/api.php" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "worker.js" ] } ], "icons": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" }, "browser_action": { "default_popup": "donation.html", "default_icon": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" } } } |