Popout Video Player
Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!
什么是Popout Video Player?
Popout Video Player是由Samuel Péan开发的Chrome扩展程序,该扩展的主要功能是“Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window!”。
扩展截图
下载Popout Video Player扩展crx文件
下载Popout Video Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just click the extension button to open a YouTube, Dailymotion, Vimeo, Twitch or Rutube video in a resizable window.
扩展基本信息
名称 | Popout Video Player |
ID | nlkkdjbboeginjddlaldghockncacjpm |
官方URL | https://chromewebstore.google.com/detail/popout-video-player/nlkkdjbboeginjddlaldghockncacjpm |
简介 | Play any video from YouTube, Dailymotion, Vimeo, Twitch or Rutube in a standalone, full resizable window! |
文件大小 | 10.67 KB |
安装次数 | 3,774 |
当前版本 | 1.0 |
更新时间 | 2013-09-28 |
上架时间 | 2013-09-28 |
评分 | 3.82/5 共51次评分 |
开发者 | Samuel Péan |
付费类型 | free |
支持的语言 | 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" ] } |