Chrome Video Pop-out
Use chrome pop-out player without using the context menu even on Twitch
Cos'è Chrome Video Pop-out?
Chrome Video Pop-out è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Use chrome pop-out player without using the context menu even on Twitch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Video Pop-out
Scarica i file di estensione Chrome Video Pop-out in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chrome Video Pop-out |
ID | jcgacckndmapfdcccebjlhglchkbfkjk |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-video-pop-out/jcgacckndmapfdcccebjlhglchkbfkjk |
Descrizione | Use chrome pop-out player without using the context menu even on Twitch |
Dimensione del File | 279 KB |
Conteggio Installazioni | 7,197 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-03-18 |
Data di Pubblicazione | 2019-03-18 |
Valutazione | 4.36/5 Totale 11 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Noki77/chrome-popout |
Lingue Supportate | 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 } |