Wider2Gether

Removes the chat in order to increase the size of the video player

Wider2Gether là gì?

Wider2Gether là một tiện ích mở rộng Chrome được phát triển bởi Reecer9714, và tính năng chính của nó là "Removes the chat in order to increase the size of the video player".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Wider2Gether 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

                        Hides the chat box in order to increase and widen the size of the video player in Watch2Gether rooms. This is a personal extension for me and my friends, but hopefully this can help you too. Newly updated for web page changes.                    

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

Tên Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
URL Chính Thức https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
Mô tả Removes the chat in order to increase the size of the video player
Kích Thước Tệp 9.14 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-08-22
Ngày Phát Hành 2018-08-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Reecer9714
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wider2Gether",
    "description": "Removes the chat in order to increase the size of the video player",
    "version": "1.3",
    "icons": {
        "128": "Wider2Gether.png"
    },
    "browser_action": {
        "default_icon": "Wider2Gether.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.watch2gether.com\/rooms\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}