Webvideo FullScreen

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

What is Webvideo FullScreen?

Webvideo FullScreen is a Chrome extension developed by moonrailgun, and its main feature is "为网页视频增加网页全屏的功能 简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能 开源地址: https://github.com/moonrailgun/webvideo-fullscreen".

Extension Screenshots

screenshot
screenshot

Download Webvideo FullScreen Extension CRX File

Download Webvideo FullScreen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name Webvideo FullScreen Webvideo FullScreen
ID cfgiodgnkinmacjkgjgdejeciohojglp
Official URL https://chromewebstore.google.com/detail/webvideo-fullscreen/cfgiodgnkinmacjkgjgdejeciohojglp
Description 为网页视频增加网页全屏的功能 简单点击按钮即可为当前网页正在播放的视频赋予网页全屏的功能 开源地址: https://github.com/moonrailgun/webvideo-fullscreen
File Size 17.14 KB
Installation Count 335
Current Version 1.0.0
Last Updated 2022-09-08
Publish Date 2022-09-08
Rating 5.00/5 Total 3 Ratings
Developer moonrailgun
Email [email protected]
Payment Type free
Supported Languages 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": [
        ""
    ]
}