VKCustom
Change the style for Vkontakte
什麼是VKCustom?
VKCustom是由NPC開發的Chrome擴展程式,該擴展的主要功能是“Change the style for Vkontakte”。
擴展截圖
下載VKCustom擴展crx文件
下載VKCustom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Данное расширение добавляет для vk.com тёмную тему заменяя собой старый дизайн
擴展基本資訊
名稱 | VKCustom |
ID | oehnhecdbdmdbkamifpmcddelbmfgjfh |
官方網址 | https://chromewebstore.google.com/detail/vkcustom/oehnhecdbdmdbkamifpmcddelbmfgjfh |
簡介 | Change the style for Vkontakte |
檔案大小 | 29.15 KB |
安裝次數 | 124 |
目前版本 | 2.4 |
更新時間 | 2023-02-05 |
上架時間 | 2020-07-01 |
評分 | 4.50/5 共 8 次評分 |
開發者 | NPC |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://vk.com/npcgm |
支援的語言 | 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" ] } } |