20 lines
500 B
JSON
20 lines
500 B
JSON
{
|
||
"manifest_version": 3,
|
||
"name": "YT Windowed Fullscreen",
|
||
"author": "Tronax mail@tronax.dev",
|
||
"version": "2.0",
|
||
"description": "Windowed Fullscreen Button – kompatibel mit altem & neuem YouTube UI",
|
||
"icons": {
|
||
"16": "icons/icon16.png",
|
||
"32": "icons/icon32.png",
|
||
"48": "icons/icon48.png",
|
||
"128": "icons/icon128.png"
|
||
},
|
||
"content_scripts": [
|
||
{
|
||
"matches": ["https://www.youtube.com/*"],
|
||
"js": ["content.js"],
|
||
"run_at": "document_idle"
|
||
}
|
||
]
|
||
}
|