Turn off Youtube Comments toggle
Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.
O que é Turn off Youtube Comments toggle?
Turn off Youtube Comments toggle é uma extensão do Chrome desenvolvida por Farhan, e sua principal característica é "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Turn off Youtube Comments toggle
Baixe arquivos de extensão Turn off Youtube Comments toggle 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
************ Dec 2015! Updated to work with the new Youtube UI !!!!! ************ Don't you just hate it when someone spoils a Youtube video in the comments? With this extension you can turn on/off the comments. Easily hide or show comments on youtube Works with the new youtube.com layout Please make sure to rate and review :)
Informações Básicas da Extensão
Nome | Turn off Youtube Comments toggle |
ID | oknkcmcepaahofjeifofaomnlbenbpdc |
URL Oficial | https://chromewebstore.google.com/detail/turn-off-youtube-comments/oknkcmcepaahofjeifofaomnlbenbpdc |
Descrição | Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons. |
Tamanho do Arquivo | 43.69 KB |
Contagem de Instalações | 1,133 |
Versão Atual | 2.0 |
Última Atualização | 2015-12-27 |
Data de Publicação | 2015-12-26 |
Classificação | 3.11/5 Total de 63 Avaliações |
Desenvolvedor | Farhan |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://twitter.com/farhanp |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Turn off Youtube Comments toggle", "version": "2.0", "description": "Turn comments on and off. Works with the new Youtube. A simple clean interface. No weird buttons.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "code.js" ], "css": [ "css.css" ], "run_at": "document_end", "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ] } |