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

Qu'est-ce que Fix Youtube Date Bug ?

Fix Youtube Date Bug est une extension Chrome développée par joseguilhermefmoura, et sa fonction principale est "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fix Youtube Date Bug

Téléchargez les fichiers d'extension Fix Youtube Date Bug au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.                    

Informations de Base sur l'Extension

Nom Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
URL Officiel https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Description The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Taille du Fichier 3.69 KB
Nombre d'Installations 268
Version Actuelle 1.1.0
Dernière Mise à Jour 2021-10-25
Date de Publication 2021-10-25
Évaluation 4.00/5 Total 4 Évaluations
Développeur joseguilhermefmoura
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL de la Page d'Aide https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}