Copy VK id

Copy VK id

Copies ID of user, community or app to the buffer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Copy VK id",
  "version": "1.2",
  "permissions": [
    "*://*.vk.com/*",
    "contextMenus",
    "notifications"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "parse.js"
    ]
  }
}