網頁全螢幕看影片

讓網頁中的影片在視窗中全螢幕或是開啟子母畫面。

Cos'è 網頁全螢幕看影片?

網頁全螢幕看影片 è un'estensione di Chrome sviluppata da 4-x.tw, e la sua funzione principale è "讓網頁中的影片在視窗中全螢幕或是開啟子母畫面。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 網頁全螢幕看影片

Scarica i file di estensione 網頁全螢幕看影片 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        【 功能說明 】
1. 讓網頁中的影片可以網頁全螢幕觀看。

2. 讓網頁中的影片可以透過子母畫面方式觀看。

3. 這個擴充工具安裝後會自動啟用,僅需透過滑鼠鼠標移動到影片上,影片右上角會顯示「網頁全螢幕」與「子母畫面」的藍色按鈕。點擊即可使用該方式觀看影片。


【 功能快捷鍵 】
網頁全螢幕:可以透過 F2 進行切換
子母畫面:可以透過 F3 進行切換



【 請注意 】
1. 網頁全螢幕是指填滿整個瀏覽器畫面,並非螢幕全螢幕。
2. 目前功能快速鍵不支持自訂更改。
3. 感謝原作者(冻猫)設計的腳本,本工具提供繁體中文版並些微調整CSS
4. 針對系統即將停止支援 Manifest V2 擴充功能,將擴充功能更新至 V3                    

Informazioni di Base sull'Estensione

Nome 網頁全螢幕看影片 網頁全螢幕看影片
ID kehgaljpfggbgmljdnblnhcfcnacckih
URL Ufficiale https://chromewebstore.google.com/detail/%E7%B6%B2%E9%A0%81%E5%85%A8%E8%9E%A2%E5%B9%95%E7%9C%8B%E5%BD%B1%E7%89%87/kehgaljpfggbgmljdnblnhcfcnacckih
Descrizione 讓網頁中的影片在視窗中全螢幕或是開啟子母畫面。
Dimensione del File 54.33 KB
Conteggio Installazioni 1,115
Versione Corrente 12.0.3
Ultimo Aggiornamento 2024-01-27
Data di Pubblicazione 2021-06-30
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore 4-x.tw
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://4-x.tw/privacy-policy
Lingue Supportate zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7db2\u9801\u5168\u87a2\u5e55\u770b\u5f71\u7247",
    "short_name": "VFBS",
    "description": "\u8b93\u7db2\u9801\u4e2d\u7684\u5f71\u7247\u5728\u8996\u7a97\u4e2d\u5168\u87a2\u5e55\u6216\u662f\u958b\u555f\u5b50\u6bcd\u756b\u9762\u3002",
    "version": "12.0.3",
    "action": {
        "default_title": "VFBS",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.com.tw\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/accounts.firefox.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}