VKCustom
Change the style for Vkontakte
Qu'est-ce que VKCustom ?
VKCustom est une extension Chrome développée par NPC, et sa fonction principale est "Change the style for Vkontakte".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VKCustom
Téléchargez les fichiers d'extension VKCustom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн
Informations de Base sur l'Extension
Nom | VKCustom |
ID | oehnhecdbdmdbkamifpmcddelbmfgjfh |
URL Officiel | https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh |
Description | Change the style for Vkontakte |
Taille du Fichier | 29.15 KB |
Nombre d'Installations | 124 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2023-02-05 |
Date de Publication | 2020-07-01 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | NPC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vk.com/npcgm |
Langues Prises en Charge | 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" ] } } |