Website blocker

Website blocker

The extension help lock harmful website and panic with 1000 times

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Website blocker",
  "version": "1.0.3",
  "description": "The extension help lock harmful website and panic with 1000 times",
  "icons": {
    "128": "./images/icon.png"
  },
  "browser_action": {
    "default_popup": "./popup.html",
    "default_icon": "./images/icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "./extension.js"
    ]
  },
  "author": "tuanphpvn",
  "minimum_chrome_version": "23.0",
  "homepage_url": "https://mydeveloper.info"
}