VK helper

VK helper

Automate VK

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 helper",
  "description": "Automate VK",
  "version": "1.1",
  "browser_action": {
    "default_icon": "vk-icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "vk-icon64.png",
    "128": "vk-icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}