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
Cos'è Fix Youtube Date Bug?
Fix Youtube Date Bug è un'estensione di Chrome sviluppata da joseguilhermefmoura, e la sua funzione principale è "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix Youtube Date Bug
Scarica i file di estensione Fix Youtube Date Bug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
Informazioni di Base sull'Estensione
Nome | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
URL Ufficiale | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
Descrizione | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Dimensione del File | 3.69 KB |
Conteggio Installazioni | 268 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2021-10-25 |
Data di Pubblicazione | 2021-10-25 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | joseguilhermefmoura |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
URL della Pagina di Aiuto | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Lingue Supportate | 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\/*" ] } ] } |