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

What is Fix Youtube Date Bug?

Fix Youtube Date Bug is a Chrome extension developed by joseguilhermefmoura, and its main feature is "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".

Extension Screenshots

screenshot

Download Fix Youtube Date Bug Extension CRX File

Download Fix Youtube Date Bug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fix Youtube Date Bug Fix Youtube Date Bug
ID ndolkhbfggdofgfeenlppkffjfgmcppe
Official URL 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
File Size 3.69 KB
Installation Count 268
Current Version 1.1.0
Last Updated 2021-10-25
Publish Date 2021-10-25
Rating 4.00/5 Total 4 Ratings
Developer joseguilhermefmoura
Email [email protected]
Payment Type free
Extension Website https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Help Page URL https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Supported Languages 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\/*"
            ]
        }
    ]
}