VK UnBlock. Works fast.

VK UnBlock. Works fast.

Fast and safe access to blocked websites. Supported Vkontakte, Odnoklassniki, Yandex, Mailru, Kinopoisk, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "0.0.89",
  "description": "__MSG_desc__",
  "default_locale": "ru",
  "browser_action": {
    "default_icon": {
      "16": "img/vk_16.png",
      "128": "img/vk_128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "icons": {
    "16": "img/vk_16.png",
    "128": "img/vk_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "proxy",
    "storage",
    "tabs",
    "<all_urls>",
    "management",
    "cookies"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}