BetterW2G
Because Watch2Gether really needs an updated UI.
什麼是BetterW2G?
BetterW2G是由Chimute開發的Chrome擴展程式,該擴展的主要功能是“Because Watch2Gether really needs an updated UI.”。
擴展截圖
下載BetterW2G擴展crx文件
下載BetterW2G擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Watch2Gether is a great way to watch videos with your friends, but sadly the UI looks... Well, a bit old. This extension injects a custom css stylesheet to at least fix some issues.
Open-Source on GitHub: https://github.com/lunofe/BetterW2G
Built with Love. 擴展基本資訊
| 名稱 | |
| ID | elacjmifclijbpmchmigigacndppcgjf |
| 官方網址 | https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf |
| 簡介 | Because Watch2Gether really needs an updated UI. |
| 檔案大小 | 33.34 KB |
| 安裝次數 | 37 |
| 目前版本 | 1.11 |
| 更新時間 | 2023-08-12 |
| 上架時間 | 2022-04-09 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Chimute |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/lunofe/BetterW2G |
| 說明頁面URL | https://github.com/lunofe/BetterW2G/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BetterW2G",
"description": "Because Watch2Gether really needs an updated UI.",
"version": "1.11",
"icons": {
"526": "icon.png"
},
"host_permissions": [
"*:\/\/w2g.tv\/*"
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/w2g.tv\/*"
],
"css": [
"w2g.css"
],
"run_at": "document_start"
}
]
} | |