This commit is contained in:
2025-03-18 14:45:35 +01:00
commit b92fdb6b91
3 changed files with 37 additions and 0 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"manifest_version": 2,
"name": "YouTube URL Rewriter",
"version": "1.0",
"description": "Rewrites YouTube URLs to embedded format.",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": ["background.js"]
},
"icons": {
"128": "icon.png"
}
}