Popout Video Player

Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!

Cos'è Popout Video Player?

Popout Video Player è un'estensione di Chrome sviluppata da Samuel Péan, e la sua funzione principale è "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Popout Video Player

Scarica i file di estensione Popout Video Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Just click the extension button to open a YouTube, Dailymotion, Vimeo, Twitch or Rutube video in a resizable window.                    

Informazioni di Base sull'Estensione

Nome Popout Video Player Popout Video Player
ID nlkkdjbboeginjddlaldghockncacjpm
URL Ufficiale https://chromewebstore.google.com/detail/popout-video-player/nlkkdjbboeginjddlaldghockncacjpm
Descrizione Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!
Dimensione del File 10.67 KB
Conteggio Installazioni 3,774
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-28
Data di Pubblicazione 2013-09-28
Valutazione 3.82/5 Totale 51 Valutazioni
Sviluppatore Samuel Péan
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Popout Video Player",
    "version": "1.0",
    "author": "Samuel PEAN",
    "description": "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Popout Video Player"
    },
    "permissions": [
        "tabs"
    ]
}