Inspect and view changes in YouTube Chapter Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YouTube Chapter Toggle",
"version": "1.1",
"description": "Hide or show YouTube chapter markers.",
"permissions": [
"storage",
"tabs"
],
"browser_action": {
"default_title": "YouTube Chapter Toggle",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://www.youtube.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "youtube-chapter-toggle@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのYouTube Chapter Toggle代替案
YouTube Chapter Toggleに類似したFirefox add-onをいくつか紹介します:
YouTube Chapters Navigation
Andrei Alexeenco
YouTube next chapter button
Alex Kozack
YouTube Chapter Pauser
DonNinja
YouTube Chapters In Player
ris58h
YouTube Subscription Toggle
snab43
YouTube No Scroll Down
zkrvf
YouTube Chapter Shortcuts
Crambone
YouTube Chapter Navigator
mouhammad khaled
YouTube Speed Toggle
jojihatzz
YouTube toggle
Sylvain Milan
YouTube Browser Bookmark Tagger
plasmatech8
Hide Youtube Chrome
gravislizard