YouTube PopOut

Pop out a youtube video into panel window from a YouTube video page

Was ist YouTube PopOut?

YouTube PopOut ist eine Chrome-Erweiterung, die von JIVE DESIGN entwickelt wurde, und ihr Hauptmerkmal ist "Pop out a youtube video into panel window from a YouTube video page".

Erweiterungsscreenshots

screenshot

YouTube PopOut-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube PopOut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube PopOut YouTube PopOut
ID ebkmdjfacnopogghbimpabhbfelkkhah
Offizielle URL https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah
Beschreibung Pop out a youtube video into panel window from a YouTube video page
Dateigröße 49.92 KB
Installationsanzahl 1,218
Aktuelle Version 0.0.0.4
Letztes Update 2014-12-24
Veröffentlichungsdatum 2014-12-24
Bewertung 2.00/5 Insgesamt 9 Bewertungen
Entwickler JIVE DESIGN
Zahlungsart free
Unterstützte Sprachen 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
    }
}