YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
O que é YouTube Video Player?
YouTube Video Player é uma extensão do Chrome desenvolvida por Online Apps, e sua principal característica é "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Video Player
Baixe arquivos de extensão YouTube Video Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
You can add any YouTube video with these options: - icon (plus) next to logo on YouTube video detail page - context menu: right click to background on YouTube video detail page - context menu: right click to any link, that directed to YouTube video Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab. Enjoy!
Informações Básicas da Extensão
Nome | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
Descrição | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
Tamanho do Arquivo | 138 KB |
Contagem de Instalações | 13,983 |
Versão Atual | 1.1 |
Última Atualização | 2020-02-29 |
Data de Publicação | 2020-02-28 |
Classificação | 3.59/5 Total de 34 Avaliações |
Desenvolvedor | Online Apps |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.e-players.net/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Player", "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "contextMenus", "notifications" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ] } |