Inspect and view changes in Video Snapshot 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
{
"name": "Video Snapshot",
"version": "0.5.22",
"manifest_version": 2,
"description": "Capture a snapshot of video.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"activeTab",
"downloads"
],
"background": {
"scripts": [
"bext.js",
"bg.js"
]
},
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}