YouTube PopOut

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

Qu'est-ce que YouTube PopOut ?

YouTube PopOut est une extension Chrome développée par JIVE DESIGN, et sa fonction principale est "Pop out a youtube video into panel window from a YouTube video page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube PopOut

Téléchargez les fichiers d'extension YouTube PopOut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube PopOut YouTube PopOut
ID ebkmdjfacnopogghbimpabhbfelkkhah
URL Officiel https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah
Description Pop out a youtube video into panel window from a YouTube video page
Taille du Fichier 49.92 KB
Nombre d'Installations 1,218
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2014-12-24
Date de Publication 2014-12-24
Évaluation 2.00/5 Total 9 Évaluations
Développeur JIVE DESIGN
Type de Paiement free
Langues Prises en Charge 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
    }
}