Full Screen for YouTube

Opens the YouTube link over the entire page using the YouTube embed url.

什麼是Full Screen for YouTube?

Full Screen for YouTube是由Kees C. Bakker開發的Chrome擴展程式,該擴展的主要功能是“Opens the YouTube link over the entire page using the YouTube embed url.”。

擴展截圖

screenshot
screenshot

下載Full Screen for YouTube擴展crx文件

下載Full Screen for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.                    

擴展基本資訊

名稱 Full Screen for YouTube Full Screen for YouTube
ID nnfllbclchoppelnicmgnnepjpimbjoh
官方網址 https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh
簡介 Opens the YouTube link over the entire page using the YouTube embed url.
檔案大小 20.71 KB
安裝次數 415
目前版本 0.1.2
更新時間 2019-08-25
上架時間 2019-08-25
評分 4.54/5 共 13 次評分
開發者 Kees C. Bakker
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Screen for YouTube",
    "short_name": "YTFS",
    "version": "0.1.2",
    "author": "Kees C. Bakker",
    "description": "Opens the YouTube link over the entire page using the YouTube embed url.",
    "page_action": {
        "default_title": "YouTube Full Screen",
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src  'self' 'unsafe-eval';object-src  'self';",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "YTFS.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}