Wider2Gether

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

什么是Wider2Gether?

Wider2Gether是由Reecer9714开发的Chrome扩展程序,该扩展的主要功能是“Removes the chat in order to increase the size of the video player”。

扩展截图

screenshot
screenshot

下载Wider2Gether扩展crx文件

下载Wider2Gether扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wider2Gether Wider2Gether
ID mkilponbihhljjdcepdooabbciahogbd
官方URL https://chrome.google.com/webstore/detail/wider2gether/mkilponbihhljjdcepdooabbciahogbd
简介 Removes the chat in order to increase the size of the video player
文件大小 9.14 KB
安装次数 76
当前版本 1.3
更新时间 2018-08-22
上架时间 2018-08-22
评分 5.00/5 共2次评分
开发者 Reecer9714
付费类型 free
支持的语言 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"
            ]
        }
    ]
}