提供元: robo
Inspect and view changes in YouTube Pause Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Simple YouTube Toggler",
"version": "1.2",
"description": "Toggle YouTube videos between play and pause, even in background tabs, and update the icon on manual changes.",
"permissions": [
"tabs",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
}
},
"icons": {
"128": "icons/icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a45e26e6-d509-452f-84c3-c96c7b6c42e3}"
}
}
} ベストのYouTube Pause Button代替案
YouTube Pause Buttonに類似したFirefox add-onをいくつか紹介します:
YouTube Pauser
mdzirbel
YouTube Smart Pause
Evander
YouTube Auto Pause/Play
Vaibhav
YouTube Auto-Pause
Peter Wan
YouTube auto Pause and Resume
James Fray
YouTube Pauser
Emrys
YouTube - Idle Watching
Kivan
CleanPause
Henry Stern
Pause YT
Firefox user 12791132
YouTube Pause on Tab Switch
Piyush
Video Auto Pause
Heikki Hellgren
YouTube Uninterrupted
Labinator