This commit is contained in:
2026-03-23 17:58:25 +03:00
commit d5f92ea3d3
7 changed files with 2614 additions and 0 deletions

16
manifest.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "youtube-ui",
"short_name": "yt-ui",
"description": "browser extension for a better youtube ui",
"version": "0.0.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": ["https://youtube.com/*", "https://www.youtube.com/*"],
"css": ["css/yt.css"]
}
],
"action": {
"default_popup": "index.html"
}
}