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
Wat is Fix Youtube Date Bug?
Fix Youtube Date Bug is een Chrome-extensie ontwikkeld door joseguilhermefmoura, en de belangrijkste functie is "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Youtube Date Bug
Download Fix Youtube Date Bug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
Basisinformatie over de Extensie
Naam | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
Officiële URL | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
Beschrijving | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Bestandsgrootte | 3.69 KB |
Aantal Installaties | 268 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-10-25 |
Publicatiedatum | 2021-10-25 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | joseguilhermefmoura |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Help Pagina-URL | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
Ondersteunde Talen | 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\/*" ] } ] } |