提供元: Henry Stern
Inspect and view changes in CleanPause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CleanPause",
"version": "1.0",
"homepage_url": "https://github.com/henrystern/CleanPause",
"description": "Remove the player controls from paused youtube videos.",
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Toggle controls",
"default_icon": {
"16": "icons/icon.svg",
"32": "icons/icon.svg"
}
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/watch?*"
],
"js": [
"clean_ui.js"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+M"
},
"description": "Toggle youtube player controls."
}
},
"browser_specific_settings": {
"gecko": {
"id": "CleanPause@example.org"
}
}
} ベストのCleanPause代替案
CleanPauseに類似したFirefox add-onをいくつか紹介します:
YouTube Hide Controls
jibbers42
Youtube Overlay Remover
onekanaka
YouTube No Play/Pause Overlay
NCK7274
YouTube Autohide
SWB
YouTube auto Pause and Resume
James Fray
Correct YouTube Pause
MrQuackDuck
YouTube Pauser
mdzirbel
Pause YT
Firefox user 12791132
YouTube Pause Button
robo
Hide YouTube™ Fullscreen Controls
nralbrecht
YouTube: Hide & Show Controls
Yikon