YouTube Watch without Playlist
This extension allows videos from playlists to be watched without the playlist view.
O que é YouTube Watch without Playlist?
YouTube Watch without Playlist é uma extensão do Chrome desenvolvida por Joel Henke, e sua principal característica é "This extension allows videos from playlists to be watched without the playlist view.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Watch without Playlist
Baixe arquivos de extensão YouTube Watch without Playlist 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
Informações Básicas da Extensão
Nome | |
ID | hemfmfgfgaohilndfehheengjlgmkhlo |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo |
Descrição | This extension allows videos from playlists to be watched without the playlist view. |
Tamanho do Arquivo | 438 KB |
Contagem de Instalações | 153 |
Versão Atual | 1.2 |
Última Atualização | 2020-02-16 |
Data de Publicação | 2020-02-16 |
Classificação | 4.63/5 Total de 8 Avaliações |
Desenvolvedor | Joel Henke |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Watch without Playlist", "version": "1.2", "description": "This extension allows videos from playlists to be watched without the playlist view.", "author": "Joel Henke", "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "addbuttons.js", "content.js" ] } ], "web_accessible_resources": [ "addbuttons.js", "xhrmonitor.js" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |