SafeUrl Blocker (Smartscreen and others)

SafeUrl Blocker (Smartscreen and others)

Blocks smartscreen, g+, fb, ork navigation confirmation links...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "SafeUrl Blocker (Smartscreen and others)",
  "version": "1.0.1",
  "description": "Blocks smartscreen, g+, fb, ork navigation confirmation links...",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ]
}