Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

什麼是Youtube Fullframe?

Youtube Fullframe是由tmhall67開發的Chrome擴展程式,該擴展的主要功能是“This extension puts Youtube videos in full-frame mode.”。

下載Youtube Fullframe擴展crx文件

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

擴展使用說明

                        This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.                    

擴展基本資訊

名稱 Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
官方網址 https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
簡介 This extension puts Youtube videos in full-frame mode.
檔案大小 3.9 KB
安裝次數 63
目前版本 0.7
更新時間 2014-06-01
上架時間 2014-06-01
評分 1.00/5 共 1 次評分
開發者 tmhall67
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullframe",
    "description": "This extension puts Youtube videos in full-frame mode.",
    "version": "0.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ],
        "persisent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}