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 |
| Eメール | [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"
}
]
} | |