VKCustom
Change the style for Vkontakte
Apa itu VKCustom?
VKCustom adalah ekstensi Chrome yang dikembangkan oleh NPC, dan fitur utamanya adalah "Change the style for Vkontakte".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VKCustom
Unduh file ekstensi VKCustom 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
Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн
Informasi Dasar Ekstensi
Nama | VKCustom |
ID | oehnhecdbdmdbkamifpmcddelbmfgjfh |
URL Resmi | https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh |
Deskripsi | Change the style for Vkontakte |
Ukuran File | 29.15 KB |
Jumlah Instalasi | 124 |
Versi Saat Ini | 2.4 |
Terakhir Diperbarui | 2023-02-05 |
Tanggal Publikasi | 2020-07-01 |
Penilaian | 4.50/5 Total 8 Penilaian |
Pengembang | NPC |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://vk.com/npcgm |
Bahasa yang Didukung | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "author": "Vombit", "version": "2.4", "default_locale": "ru", "icons": { "128": "image\/icon.png" }, "permissions": [ "storage", "*:\/\/vk.com\/*", "*:\/\/*.vk.com\/*", "*:\/\/*.vk.me\/*" ], "browser_action": { "default_title": "VkCustom", "default_icon": "image\/icon.png", "default_popup": "popup.html" }, "options_page": "pages\/settings.html", "minimum_chrome_version": "22", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/vk.com\/*", "*:\/\/*.vk.com\/*", "*:\/\/userapi.com\/*", "*:\/\/*.userapi.com\/*", "*:\/\/vk.me\/*", "*:\/\/*.vk.me\/*" ], "js": [ "back.js" ], "css": [ "styles\/body.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/background.js" ] } } |