Copy VK id
Copies ID of user, community or app to the buffer.
Apa itu Copy VK id?
Copy VK id adalah ekstensi Chrome yang dikembangkan oleh Hypnos, dan fitur utamanya adalah "Copies ID of user, community or app to the buffer.".
Unduh Berkas CRX Ekstensi Copy VK id
Unduh file ekstensi Copy VK id dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Copies ID of user, community or app to the buffer.
Informasi Dasar Ekstensi
Nama | |
ID | bcdekliefhainchhmcomgkmlbbocodcp |
URL Resmi | https://chrome.google.com/webstore/detail/copy-vk-id/bcdekliefhainchhmcomgkmlbbocodcp |
Deskripsi | Copies ID of user, community or app to the buffer. |
Ukuran File | 3.82 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-06-11 |
Tanggal Publikasi | 2014-06-11 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | Hypnos |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |