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 |
| 官方URL | 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"
}
]
} | |