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é es Fix Youtube Date Bug?

Fix Youtube Date Bug es una extensión de Chrome desarrollada por joseguilhermefmoura, y su función principal es "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fix Youtube Date Bug

Descarga archivos de extensión Fix Youtube Date Bug en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
URL Oficial https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe
Descripción The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Tamaño del Archivo 3.69 KB
Cantidad de Instalaciones 268
Versión Actual 1.1.0
Última Actualización 2021-10-25
Fecha de Publicación 2021-10-25
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador joseguilhermefmoura
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
URL de la Página de Ayuda https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Idiomas Soportados 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\/*"
            ]
        }
    ]
}