Windowed Fullscreen for Videos

Adds a windowed fullscreen button to all videos.

Windowed Fullscreen for Videosคืออะไร?

Windowed Fullscreen for Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://napalighost.com และคุณลักษณะหลักของมันคือ "Adds a windowed fullscreen button to all videos."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Windowed Fullscreen for Videos

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}