vk.com/technomaniacz check

vk.com/technomaniacz check

vk.com/technomaniacz check

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "vk.com/technomaniacz check",
  "version": "1.1.0",
  "description": "vk.com/technomaniacz check",
  "homepage_url": "https://vk.com/technomaniacz",
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "permissions": [
    "https://vk.com/technomaniacz"
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery.js"
    ]
  },
  "browser_action": {
    "default_title": "vk.com/technomaniacz check",
    "default_icon": "images/32x32.png"
  }
}