Webvideo FullScreen

为网页视频增加网页全屏的功能 简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能 开源地址: https://github.com/moonrailgun/webvideo-fullscreen

Webvideo FullScreenคืออะไร?

Webvideo FullScreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moonrailgun และคุณลักษณะหลักของมันคือ "为网页视频增加网页全屏的功能 简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能 开源地址: https://github.com/moonrailgun/webvideo-fullscreen"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Webvideo FullScreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        为网页视频增加网页全屏的功能

简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能

开源地址: https://github.com/moonrailgun/webvideo-fullscreen                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Webvideo FullScreen Webvideo FullScreen
ID cfgiodgnkinmacjkgjgdejeciohojglp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webvideo-fullscreen/cfgiodgnkinmacjkgjgdejeciohojglp
คำอธิบาย 为网页视频增加网页全屏的功能 简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能 开源地址: https://github.com/moonrailgun/webvideo-fullscreen
ขนาดไฟล์ 17.14 KB
จำนวนการติดตั้ง 335
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-09-08
วันที่เผยแพร่ 2022-09-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา moonrailgun
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webvideo FullScreen",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.220a281a.png"
    },
    "action": {
        "default_title": "Trans"
    },
    "background": {
        "service_worker": "background.60380520.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}