YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
Wat is YouTube PopOut?
YouTube PopOut is een Chrome-extensie ontwikkeld door JIVE DESIGN, en de belangrijkste functie is "Pop out a youtube video into panel window from a YouTube video page".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube PopOut
Download YouTube PopOut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows. YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen. ** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome.
Basisinformatie over de Extensie
Naam | YouTube PopOut |
ID | ebkmdjfacnopogghbimpabhbfelkkhah |
Officiële URL | https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah |
Beschrijving | Pop out a youtube video into panel window from a YouTube video page |
Bestandsgrootte | 49.92 KB |
Aantal Installaties | 1,218 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2014-12-24 |
Publicatiedatum | 2014-12-24 |
Beoordeling | 2.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | JIVE DESIGN |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube PopOut", "manifest_version": 2, "description": "Pop out a youtube video into panel window from a YouTube video page", "version": "0.0.0.4", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/youtube.com\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": false } } |