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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |