Windowed Fullscreen for Videos

Adds a windowed fullscreen button to all videos.

Windowed Fullscreen for Videosとは何ですか?

Windowed Fullscreen for Videosはhttps://napalighost.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a windowed fullscreen button to all videos.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Windowed Fullscreen for Videos拡張機能のCRXファイルをダウンロード

Windowed Fullscreen for Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Works with most websites that include videos through the HTML5 

拡張機能の基本情報

名前 Windowed Fullscreen for Videos Windowed Fullscreen for Videos
ID bkcghongfpfngpdobomhdehbffibkjlh
公式URL https://chromewebstore.google.com/detail/windowed-fullscreen-for-v/bkcghongfpfngpdobomhdehbffibkjlh
説明 Adds a windowed fullscreen button to all videos.
ファイルサイズ 16.39 KB
インストール数 849
現在のバージョン 1.0.0
最終更新日 2022-06-28
公開日 2022-06-28
評価 4.83/5 合計 6 レビュー
開発者 https://napalighost.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.napalighost.com/windowed-fullscreen-for-videos
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Windowed Fullscreen for Videos",
    "version": "1.0.0",
    "description": "Adds a windowed fullscreen button to all videos.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "style.css"
            ],
            "js": [
                "init.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "storage"
    ]
}