Fix Youtube Date Bug

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

Merlin
Additional files are visible only to premium users

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/*"
      ]
    }
  ]
}