VKCustom
Change the style for Vkontakte
Cos'è VKCustom?
VKCustom è un'estensione di Chrome sviluppata da NPC, e la sua funzione principale è "Change the style for Vkontakte".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VKCustom
Scarica i file di estensione VKCustom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн
Informazioni di Base sull'Estensione
Nome | VKCustom |
ID | oehnhecdbdmdbkamifpmcddelbmfgjfh |
URL Ufficiale | https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh |
Descrizione | Change the style for Vkontakte |
Dimensione del File | 29.15 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2023-02-05 |
Data di Pubblicazione | 2020-07-01 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | NPC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vk.com/npcgm |
Lingue Supportate | 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" ] } } |