Chrome Video Pop-out
Use chrome pop-out player without using the context menu even on Twitch
What is Chrome Video Pop-out?
Chrome Video Pop-out is a Chrome extension developed by Unknown, and its main feature is "Use chrome pop-out player without using the context menu even on Twitch".
Extension Screenshots
Download Chrome Video Pop-out Extension CRX File
Download Chrome Video Pop-out 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
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.
Extension Basic Information
Name | Chrome Video Pop-out |
ID | jcgacckndmapfdcccebjlhglchkbfkjk |
Official URL | https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk |
Description | Use chrome pop-out player without using the context menu even on Twitch |
File Size | 279 KB |
Installation Count | 7,197 |
Current Version | 1.1 |
Last Updated | 2019-03-18 |
Publish Date | 2019-03-18 |
Rating | 4.36/5 Total 11 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/Noki77/chrome-popout |
Supported Languages | 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 } |