Fix Youtube Date Bug
The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
O que é Fix Youtube Date Bug?
Fix Youtube Date Bug é uma extensão do Chrome desenvolvida por joseguilhermefmoura, e sua principal característica é "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix Youtube Date Bug
Baixe arquivos de extensão Fix Youtube Date Bug 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
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
Informações Básicas da Extensão
Nome | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
URL Oficial | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
Descrição | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Tamanho do Arquivo | 3.69 KB |
Contagem de Instalações | 268 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-10-25 |
Data de Publicação | 2021-10-25 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | joseguilhermefmoura |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
URL da Página de Ajuda | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Idiomas Suportados | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fix Youtube Date Bug", "version": "1.1.0", "description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |