UnblockerSYTY

UnblockerSYTY

Use the UnblockerSYTY service to access the content you need on the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "app.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/off_32.png",
    "default_title": "UnblockerSYTY: OFF"
  },
  "description": "Use the UnblockerSYTY service to access the content you need on the internet.",
  "icons": {
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "UnblockerSYTY",
  "permissions": [
    "proxy",
    "http://nao.im/*"
  ],
  "version": "0.1.2"
}