Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"action": {
"default_popup": "popup.html",
"default_title": "RR Scan"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"run_at": "document_start"
},
{
"js": [
"gl_scan.js"
],
"matches": [
"https:\/\/*.google.com\/search*",
"https:\/\/*.bing.com\/search?*"
],
"run_at": "document_end"
}
],
"description": "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains",
"icons": {
"64": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdE4BhOMXaYU58z5u3odbhqa6+3oLKM\/teuaZR2C3i2EJg2+fMUdKfKr85UhkhsHogcyABsd7t2qmmQF9N5bdFHupzFXiqJixLPezyvfK4MdDTzBNbX\/pty5eiC\/WfgsOsrmPZ3pF8soBJjOcGW1dXS3Tg3WKxONoj3BQfdmJT5GPABAJRgcee+uQe072HgFtsd0vloYsw\/n3TUMhdlR9dzOkpzK8XBStUuc\/HI7nXiS3E9vWsEZq2CaKTIbwVCeKpz52sYjSeevIdk5nX6cL+y6c9sOL5N9jUcFMoAN\/4+JD8OPsvuUT3gkkJrTIYGFtn3ip2lcaK+18YheFviWxwIDAQAB",
"manifest_version": 3,
"name": "Malware Protection",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.6",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.bing.com\/*"
],
"resources": [
"icons\/tick.png",
"icons\/cross.png"
]
}
]
}