YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

什么是YouTube Video Expander?

YouTube Video Expander是由wilmol开发的Chrome扩展程序,该扩展的主要功能是“Embeds the current YouTube video within the entire Chrome window.”。

扩展截图

screenshot
screenshot

下载YouTube Video Expander扩展crx文件

下载YouTube Video Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

扩展基本信息

名称 YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
官方URL https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
简介 Embeds the current YouTube video within the entire Chrome window.
文件大小 5.06 KB
安装次数 396
当前版本 0.0.0.4
更新时间 2017-04-20
上架时间 2017-04-19
评分 3.25/5 共4次评分
开发者 wilmol
电子邮箱 [email protected]
付费类型 free
扩展官网 http://github.com/wilmol
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}