This plugin allows you to check any file you are about to download, any page you are about to visit with online version of Dr.Web anti-virus.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"content/js/background.js"
]
},
"browser_action": {
"default_icon": "content/icons/20.png",
"default_popup": "content/popup.html",
"default_title": "Dr.Web"
},
"content_scripts": [
{
"css": [
"content/css/style.css"
],
"js": [
"content/js/content.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; img-src *; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "content/icons/16.png",
"20": "content/icons/20.png",
"32": "content/icons/32.png",
"48": "content/icons/48.png"
},
"options_ui": {
"open_in_tab": true,
"page": "content/options.html"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [
"contextMenus",
"tabs",
"webRequest",
"webRequestBlocking",
"http://*/*",
"https://*/*",
"storage"
],
"version": "3.9.22.11161",
"web_accessible_resources": [
"content/css/images/logo.png",
"content/css/images/block_logo.png",
"content/css/images/loadingImage.gif",
"content/css/blockPage.css",
"content/js/blockPage.js",
"content/icons/back1.gif",
"content/block.html"
],
"browser_specific_settings": {
"gecko": {
"id": "{6614d11d-d21d-b211-ae23-815234e1ebb5}"
}
}
}