Forked YouTube Gaming
ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
什麼是Forked YouTube Gaming?
Forked YouTube Gaming是由mxr開發的Chrome擴展程式,該擴展的主要功能是“ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.”。
擴展截圖
下載Forked YouTube Gaming擴展crx文件
下載Forked YouTube Gaming擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work
擴展基本資訊
名稱 | |
ID | dehjikmfbdokdlkkchepifefodnmkmld |
官方網址 | https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld |
簡介 | ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more. |
檔案大小 | 2.83 MB |
安裝次數 | 212 |
目前版本 | 0.5.0 |
更新時間 | 2021-01-06 |
上架時間 | 2021-01-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | mxr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mxrr.dev/forkedytg |
說明頁面URL | https://github.com/mxrr/BetterYTG |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forked YouTube Gaming", "short_name": "ForkYTG", "version": "0.5.0", "description": "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.", "icons": { "16": "assets\/icons\/BetterYTG_red_16.png", "48": "assets\/icons\/BetterYTG_red_48.png", "128": "assets\/icons\/BetterYTG_red_128.png" }, "permissions": [ "storage", "tabs", "https:\/\/*.ytimg.com\/*", "https:\/\/twitchemotes.com\/*" ], "browser_specific_settings": { "gecko": { "id": "forkedYTG@mxr" } }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "browser_action": { "default_title": "BetterYTG" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.gaming.youtube.com\/*", "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "js": [ "content.js" ], "all_frames": true } ], "web_accessible_resources": [ "assets\/emotes\/*" ] } |