YouTube Distraction Remover
Remove the feed and sidebar on YouTube to free up your time
O que é YouTube Distraction Remover?
YouTube Distraction Remover é uma extensão do Chrome desenvolvida por Will S, e sua principal característica é "Remove the feed and sidebar on YouTube to free up your time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Distraction Remover
Baixe arquivos de extensão YouTube Distraction Remover 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 | YouTube Distraction Remover |
ID | neabcchaoiabjmjmnaljajpjoinhpkln |
URL Oficial | https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln |
Descrição | Remove the feed and sidebar on YouTube to free up your time |
Tamanho do Arquivo | 44.21 KB |
Contagem de Instalações | 706 |
Versão Atual | 0.2 |
Última Atualização | 2016-10-14 |
Data de Publicação | 2016-10-14 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Will S |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Distraction Remover", "description": "Remove the feed and sidebar on YouTube to free up your time", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "run_at": "document_start", "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } } } |