Copy VK id
Copies ID of user, community or app to the buffer.
What is Copy VK id?
Copy VK id is a Chrome extension developed by Hypnos, and its main feature is "Copies ID of user, community or app to the buffer.".
Download Copy VK id Extension CRX File
Download Copy VK id extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Copies ID of user, community or app to the buffer.
Extension Basic Information
Name | |
ID | bcdekliefhainchhmcomgkmlbbocodcp |
Official URL | https://chrome.google.com/webstore/detail/copy-vk-id/bcdekliefhainchhmcomgkmlbbocodcp |
Description | Copies ID of user, community or app to the buffer. |
File Size | 3.82 KB |
Installation Count | 14 |
Current Version | 1.2 |
Last Updated | 2014-06-11 |
Publish Date | 2014-06-11 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Hypnos |
Payment Type | free |
Supported Languages | ru |
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" ] } } |