项目文件夹

文件
wehub-resource-sync f4ed7901c3
Android CI Build / check (push) Failing after 1s
Android CI Build / package-apks (push) Has been skipped
Module Market Check / Validate modules/ (push) Failing after 1s
Module Market Publish / Generate submissions.json (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:29:44 +08:00

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