Popout for YouTube™
Allows you to open videos in popups.
Co je Popout for YouTube™?
Popout for YouTube™ je rozšíření Chrome vyvinuté leo, a jeho hlavní funkcí je „Allows you to open videos in popups.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Popout for YouTube™
Stáhněte si soubory rozšíření Popout for 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í
Stell dir vor, du siehst gerade ein Video auf YouTube™ an. Nun möchtest du nebenbei noch etwas spielen, ein Dokument bearbeiten oder ähnliches - dir steht aber kein zweiter Bildschirm zur Verfügung. Dieses Plugin ermöglicht es dir, das angesehene Video in einem Popup zu öffnen, dessen Größe zu beliebig anpassen kannst. Es wird ein simpler Button zum YouTube™-Player hinzugefügt, welcher bei Klick ein Popup mit dem jeweiligen Video öffnet - der aktuelle Zeitpunkt im Video wird selbstverständlich übernommen. Mit dem Popup sparst du dir anschließend im Gegensatz zur statischen Video-Seite einiges an Platz und kannst nach Wahl sogar alle anderen Browserfenster schließen, sodass nur noch das jeweilige Video sichtbar ist.
Základní Informace o Rozšíření
Název | |
ID | bbcjkbaifcffjicnmchpogbdpcinckcj |
Oficiální URL | https://chrome.google.com/webstore/detail/popout-for-youtube/bbcjkbaifcffjicnmchpogbdpcinckcj |
Popis | Allows you to open videos in popups. |
Velikost souboru | 24.81 KB |
Počet instalací | 93 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2014-09-24 |
Datum Vydání | 2014-09-24 |
Hodnocení | 2.60/5 Celkem 5 Hodnocení |
Vývojář | leo |
Typ Platby | free |
Podporované Jazyky | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popout for YouTube\u2122", "description": "Allows you to open videos in popups.", "short_name": "popout", "version": "0.0.2", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ "img\/*.png" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/popout.css" ], "js": [ "js\/popout.js" ] } ] } |