shiahonb777--web-to-app
26 行
1.2 KiB
JSON
26 行
1.2 KiB
JSON
{
|
|
"id": "wta-youtube-player",
|
|
"name": "YouTube Fullscreen Player",
|
|
"description": "Adds a floating button on YouTube pages that opens the current video in a clean fullscreen playback overlay via the privacy-friendly youtube-nocookie embed. For ad-skipping, max-quality, and sponsor-segment skipping, enable the built-in Video Enhance module on its YouTube Cleanup panel.",
|
|
"icon": "smart_display",
|
|
"category": "VIDEO",
|
|
"tags": ["youtube", "player", "fullscreen"],
|
|
"version": {
|
|
"code": 3,
|
|
"name": "5.1.1",
|
|
"changelog": "Fixed an issue where the play button wouldn't appear on the first clicked video from the homepage by implementing URL polling. Dead code removed. Ad/sponsor cleanup moved to the built-in Video Enhance module."
|
|
},
|
|
"author": {
|
|
"name": "Stremiouser666",
|
|
"url": "https://github.com/Stremiouser666"
|
|
},
|
|
"runAt": "DOCUMENT_END",
|
|
"urlMatches": [
|
|
{ "pattern": "*://youtube.com/*", "isRegex": false, "exclude": false },
|
|
{ "pattern": "*://www.youtube.com/*", "isRegex": false, "exclude": false },
|
|
{ "pattern": "*://m.youtube.com/*", "isRegex": false, "exclude": false },
|
|
{ "pattern": "*://youtu.be/*", "isRegex": false, "exclude": false }
|
|
],
|
|
"permissions": ["DOM_ACCESS"]
|
|
}
|