Pop-out Youtube

Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!

什麼是Pop-out Youtube?

Pop-out Youtube是由alcottjake開發的Chrome擴展程式,該擴展的主要功能是“Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!”。

擴展截圖

screenshot
screenshot

下載Pop-out Youtube擴展crx文件

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

擴展使用說明

                        New features with version 1.0 release!

Change log:
+ auto-pause playing video when extension is pressed
+ new window resumes on time of previous video
+ ability to resize windows to presets or custom preset by right clicking on window

Ever wanted to watch a Youtube video and have another tab open at the same time? This chrome extension lets you float a YouTube video in a resizeable window so you can blow it up as much as you want and not have to full screen it. Perfect for people who want to watch a video (and just the video) without taking up the whole screen.                    

擴展基本資訊

名稱 Pop-out Youtube Pop-out Youtube
ID cljcjhfckminhmagbnkjpcbdjdpkgbei
官方網址 https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei
簡介 Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
檔案大小 5.94 KB
安裝次數 797
目前版本 1.0
更新時間 2018-06-23
上架時間 2018-06-23
評分 3.64/5 共 14 次評分
開發者 alcottjake
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop-out Youtube",
    "description": "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!",
    "version": "1.0",
    "commands": {
        "command": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "description": "Toggle feature foo",
            "global": true
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon38.png",
        "default_title": "Video Pop-Out"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}