Copy VK id
Copies ID of user, community or app to the buffer.
Vad är Copy VK id?
Copy VK id är en Chrome-tillägg utvecklad av Hypnos, och dess huvudfunktion är "Copies ID of user, community or app to the buffer.".
Ladda ner Copy VK id-förlängningens CRX-fil
Ladda ner Copy VK id-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Copies ID of user, community or app to the buffer.
Grundläggande Information om Tillägg
Namn | |
ID | bcdekliefhainchhmcomgkmlbbocodcp |
Officiell webbadress | https://chrome.google.com/webstore/detail/copy-vk-id/bcdekliefhainchhmcomgkmlbbocodcp |
Beskrivning | Copies ID of user, community or app to the buffer. |
Filstorlek | 3.82 KB |
Antal Installationer | 14 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-06-11 |
Publiceringsdatum | 2014-06-11 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | Hypnos |
Betalningssätt | free |
Stödda Språk | 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" ] } } |