Pop-out Youtube
Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
Co je Pop-out Youtube?
Pop-out Youtube je rozšíření Chrome vyvinuté alcottjake, a jeho hlavní funkcí je „Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pop-out Youtube
Stáhněte si soubory rozšíření Pop-out Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | cljcjhfckminhmagbnkjpcbdjdpkgbei |
| Oficiální URL | https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei |
| Popis | Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen! |
| Velikost souboru | 5.94 KB |
| Počet instalací | 797 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2018-06-23 |
| Datum Vydání | 2018-06-23 |
| Hodnocení | 3.64/5 Celkem 14 Hodnocení |
| Vývojář | alcottjake |
| Typ Platby | free |
| Podporované Jazyky | 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
} | |