Chrome Video Pop-out
Use chrome pop-out player without using the context menu even on Twitch
什麼是Chrome Video Pop-out?
Chrome Video Pop-out是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Use chrome pop-out player without using the context menu even on Twitch”。
擴展截圖
下載Chrome Video Pop-out擴展crx文件
下載Chrome Video Pop-out擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome extension to pop-out any video element on your current viewed browser tab. Uses the native pop-out feature of Chrome found in the context menu when right-clicking videos. Some websites won't allow this context menu entry (or need to open a second context menu) as they are using custom menus or have separate layers above the video element. This extension makes stuff work easily even on sites like YouTube or Twitch.
擴展基本資訊
名稱 | Chrome Video Pop-out |
ID | jcgacckndmapfdcccebjlhglchkbfkjk |
官方網址 | https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk |
簡介 | Use chrome pop-out player without using the context menu even on Twitch |
檔案大小 | 279 KB |
安裝次數 | 7,197 |
目前版本 | 1.1 |
更新時間 | 2019-03-18 |
上架時間 | 2019-03-18 |
評分 | 4.36/5 共 11 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/Noki77/chrome-popout |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Video Pop-out", "version": "1.1", "description": "Use chrome pop-out player without using the context menu even on Twitch", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" } }, "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "manifest_version": 2 } |