Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
O que é Herp Derp for YouTube™?
Herp Derp for YouTube™ é uma extensão do Chrome desenvolvida por https://www.tannr.com, e sua principal característica é "Significantly improves YouTube comments by replacing them with random herps and derps.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Herp Derp for YouTube™
Baixe arquivos de extensão Herp Derp for YouTube™ 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
I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment.
Informações Básicas da Extensão
Nome | Herp Derp for YouTube™ |
ID | ioomnmgjblnnolpdgdhebainmfbipjoh |
URL Oficial | https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh |
Descrição | Significantly improves YouTube comments by replacing them with random herps and derps. |
Tamanho do Arquivo | 12.01 KB |
Contagem de Instalações | 6,546 |
Versão Atual | 1.6.10 |
Última Atualização | 2019-08-18 |
Data de Publicação | 2019-08-18 |
Classificação | 4.78/5 Total de 510 Avaliações |
Desenvolvedor | https://www.tannr.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.tannr.com/herp-derp-youtube-comments/ |
URL da Página de Ajuda | https://twitter.com/tannerstokes |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Herp Derp for YouTube\u2122", "version": "1.6.10", "homepage_url": "https:\/\/www.tannr.com", "description": "Significantly improves YouTube comments by replacing them with random herps and derps.", "icons": { "48": "herp48.png", "128": "herp128.png" }, "content_scripts": [ { "run_at": "document_idle", "all_frames": true, "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "main.js" ] } ] } |