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"
            ]
        }
    ]
}