Inspect and view changes in Videoskipper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Videoskipper",
"version": "0.1",
"description": "Skips all videos",
"author": "gcx11",
"background": {
"scripts": [
"videoskipper.js"
]
},
"browser_action": {
"default_icon": {
"16": "icons/skip-16.png",
"32": "icons/skip-32.png"
},
"default_title": "Skip all videos"
},
"permissions": [
"<all_urls>",
"activeTab"
]
}