BetterW2G

Because Watch2Gether really needs an updated UI.

BetterW2G là gì?

BetterW2G là một tiện ích mở rộng Chrome được phát triển bởi Chimute, và tính năng chính của nó là "Because Watch2Gether really needs an updated UI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BetterW2G

Tải xuống các tệp mở rộng BetterW2G dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BetterW2G BetterW2G
ID elacjmifclijbpmchmigigacndppcgjf
URL Chính Thức https://chromewebstore.google.com/detail/betterw2g/elacjmifclijbpmchmigigacndppcgjf
Mô tả Because Watch2Gether really needs an updated UI.
Kích Thước Tệp 33.34 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2023-08-12
Ngày Phát Hành 2022-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Chimute
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lunofe/BetterW2G
URL Trang Trợ Giúp https://github.com/lunofe/BetterW2G/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}