提供元: Michele1207
Inspect and view changes in YT-Skip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YT-skip",
"version": "1.0.5",
"description": "Skip the beginning of a video",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/content_script.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"browser_style": true,
"default_icon": {
"48": "/icon.svg"
},
"default_title": "YT-skip",
"default_popup": "/popup.html"
},
"permissions": [
"storage",
"tabs"
],
"web_accessible_resources": [
"images/remove.png"
],
"browser_specific_settings": {
"gecko": {
"id": "yt-skip-prova@example.com",
"strict_min_version": "57.0"
}
}
} ベストのYT-Skip代替案
YT-Skipに類似したFirefox add-onをいくつか紹介します: