Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
O que é Hide YouTube title?
Hide YouTube title é uma extensão do Chrome desenvolvida por Martin Petersson, e sua principal característica é "Renames a YouTube page's title to 'YouTube' when you click the icon".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hide YouTube title
Baixe arquivos de extensão Hide YouTube title 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
Simple extension to hide the titles of YouTube videos in the tab.
Informações Básicas da Extensão
Nome | Hide YouTube title |
ID | lbhefhicendlbcjaokibgkdfafdblaeb |
URL Oficial | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
Descrição | Renames a YouTube page's title to 'YouTube' when you click the icon |
Tamanho do Arquivo | 33.79 KB |
Contagem de Instalações | 109 |
Versão Atual | 1.0.1.1 |
Última Atualização | 2022-03-24 |
Data de Publicação | 2022-03-23 |
Desenvolvedor | Martin Petersson |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube title", "action": [], "manifest_version": 3, "version": "1.0.1.1", "description": "Renames a YouTube page's title to 'YouTube' when you click the icon", "icons": { "16": "icons\/peaches16x16.png", "32": "icons\/peaches32x32.png", "48": "icons\/peaches48x48.png", "128": "icons\/peaches128x128.png" }, "permissions": [ "scripting", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/youtu.be\/*" ] } |