Download and Open Context Menu Button
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__bsi_Download__",
"version": "1.1.1",
"manifest_version": 2,
"description": "__MSG_extDesc__",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"default_locale": "en",
"permissions": [
"contextMenus",
"downloads",
"downloads.open"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}