WebScreen Extension

WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。

What is WebScreen Extension?

WebScreen Extension is a Chrome extension developed by https://web-screen.net, and its main feature is "WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。".

Extension Screenshots

screenshot

Download WebScreen Extension Extension CRX File

Download WebScreen Extension 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

                        WebScreenの拡張機能です。
Chromeで現在表示しているページを動画化します。
動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。                    

Extension Basic Information

Name WebScreen Extension WebScreen Extension
ID nlfpcbmgllhopmjmodddegheeoolhnip
Official URL https://chromewebstore.google.com/detail/webscreen-extension/nlfpcbmgllhopmjmodddegheeoolhnip
Description WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。
File Size 90.22 KB
Installation Count 125
Current Version 2.7
Last Updated 2023-07-05
Publish Date 2023-02-28
Developer https://web-screen.net
Email [email protected]
Payment Type free
Extension Website https://web-screen.net
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebScreen Extension",
    "version": "2.7",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon\/16.png",
        "32": "img\/icon\/32.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "action": {
        "default_title": "URL to Movie",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/web-screen.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}