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.”。
擴展截圖
下載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 |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
官方網址 | 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" ] } |