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
Hvad er Fix Youtube Date Bug?
Fix Youtube Date Bug er en Chrome-udvidelse udviklet af joseguilhermefmoura, og dens hovedfunktion er "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".
Udvidelsesskærmbilleder
Download Fix Youtube Date Bug-udvidelses-CRX-fil
Download Fix Youtube Date Bug-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
Grundlæggende oplysninger om udvidelsen
Navn | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
Officiel URL | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
Beskrivelse | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Filstørrelse | 3.69 KB |
Antal Installationer | 268 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2021-10-25 |
Udgivelsesdato | 2021-10-25 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | joseguilhermefmoura |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Hjælpeside-URL | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Understøttede Sprog | 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\/*" ] } ] } |