Remove Youtube Annotations
Removes annotations from YouTube
O que é Remove Youtube Annotations?
Remove Youtube Annotations é uma extensão do Chrome desenvolvida por joelakuhn, e sua principal característica é "Removes annotations from YouTube".
Baixar o arquivo CRX da Extensão Remove Youtube Annotations
Baixe arquivos de extensão Remove Youtube Annotations 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
Removes annotations from YouTube videos.
Informações Básicas da Extensão
Nome | |
ID | mpnljnkkbeeckfphjlnjjgahfpmgcbib |
URL Oficial | https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib |
Descrição | Removes annotations from YouTube |
Tamanho do Arquivo | 8.66 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-02-13 |
Data de Publicação | 2017-02-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | joelakuhn |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Youtube Annotations", "version": "1.0.0", "manifest_version": 2, "description": "Removes annotations from YouTube", "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |