Popout Video Player
Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!
What is Popout Video Player?
Popout Video Player is a Chrome extension developed by Samuel Péan, and its main feature is "Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!".
Extension Screenshots
Download Popout Video Player Extension CRX File
Download Popout Video Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just click the extension button to open a YouTube, Dailymotion, Vimeo, Twitch or Rutube video in a resizable window.
Extension Basic Information
Name | Popout Video Player |
ID | nlkkdjbboeginjddlaldghockncacjpm |
Official URL | https://chromewebstore.google.com/detail/popout-video-player/nlkkdjbboeginjddlaldghockncacjpm |
Description | Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window! |
File Size | 10.67 KB |
Installation Count | 3,774 |
Current Version | 1.0 |
Last Updated | 2013-09-28 |
Publish Date | 2013-09-28 |
Rating | 3.82/5 Total 51 Ratings |
Developer | Samuel Péan |
Payment Type | free |
Supported Languages | 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" ] } |