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. 擴展基本資訊
| 名稱 | |
| ID | nlkkdjbboeginjddlaldghockncacjpm |
| 官方網址 | 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"
]
} | |