Wider2Gether

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

Wider2Getherคืออะไร?

Wider2Gether เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reecer9714 และคุณลักษณะหลักของมันคือ "Removes the chat in order to increase the size of the video player"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wider2Gether

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}