YouTube Video Stop
Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.
O que é YouTube Video Stop?
YouTube Video Stop é uma extensão do Chrome desenvolvida por Dima PM, e sua principal característica é "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Video Stop
Baixe arquivos de extensão YouTube Video Stop 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
Extension allows to stop YouTube video. This reduces memory consumption and network utilization.
Informações Básicas da Extensão
Nome | YouTube Video Stop |
ID | mhmdcmblbgflcidbcdnpkdikjhfmjone |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-stop/mhmdcmblbgflcidbcdnpkdikjhfmjone |
Descrição | Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions. |
Tamanho do Arquivo | 6.04 KB |
Contagem de Instalações | 125 |
Versão Atual | 0.5 |
Última Atualização | 2021-06-22 |
Data de Publicação | 2016-11-10 |
Desenvolvedor | Dima PM |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "page_action": { "default_icon": { "19": "icon.png" } }, "background": { "scripts": [ "optional_permissions.js", "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "name": "YouTube Video Stop", "description": "Stops playing video on YouTube and prevents it from being downloaded. Can stop embedded video after granting additional permissions.", "permissions": [ "activeTab", "declarativeContent" ], "optional_permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.youtube.com\/embed\/*" ], "version": "0.5" } |