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

Was ist Fix Youtube Date Bug?

Fix Youtube Date Bug ist eine Chrome-Erweiterung, die von joseguilhermefmoura entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Erweiterungsscreenshots

screenshot

Fix Youtube Date Bug-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fix Youtube Date Bug-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
Offizielle URL https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Beschreibung The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Dateigröße 3.69 KB
Installationsanzahl 268
Aktuelle Version 1.1.0
Letztes Update 2021-10-25
Veröffentlichungsdatum 2021-10-25
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler joseguilhermefmoura
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Hilfeseite URL https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}