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 |
官方URL | 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 } |