VK Styles - Themes for vk.com
Install themes for Vkontakte in one click, or adjust colors, backgrounds, fonts and more as you prefer in the settings menu.
VK Styles - Themes for vk.com क्या है?
VK Styles - Themes for vk.com vk.com/2style द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install themes for Vkontakte in one click, or adjust colors, backgrounds, fonts and more as you prefer in the settings menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VK Styles - Themes for vk.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When installing, the add-on changes the standard light design of vk.com to a dark night mode, then you adjust the VKontakte style to suit your preferences, or change it depending on your mood !!! You can share your theme or install ready-made themes for VK in one click directly from VK Full description of VK Styles functionality: Adds vk theme settings: - Interface color - Text color and size - Color and transparency of background, blocks, headers - Color and background for the menu - Block style: standard, rounded, no padding - Blocks border color Allows you to install any: - Fonts - Backgrounds, wallpapers or animated screensavers Adds Clock Adds Audio Visualizer / Equalizer Adds support for Multimedia keys for the VK player
एक्सटेंशन की मूल जानकारी
नाम | VK Styles - Themes for vk.com |
ID | ceibjdigmfbbgcpkkdpmjokkokklodmc |
आधिकारिक URL | https://chromewebstore.google.com/detail/vk-styles-themes-for-vkco/ceibjdigmfbbgcpkkdpmjokkokklodmc |
विवरण | Install themes for Vkontakte in one click, or adjust colors, backgrounds, fonts and more as you prefer in the settings menu. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 589,711 |
वर्तमान संस्करण | 1.0.250.8 |
अंतिम अपडेट | 2024-02-02 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 4.90/5 कुल 19109 रेटिंग्स |
डेवलपर | vk.com/2style |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://vk.com/2style |
सहायता पृष्ठ URL | https://vk.me/2style |
समर्थित भाषाएँ | en,ru,uk |
manifest.json | |
{ "version": "1.0.250.8", "name": "__MSG_name__", "short_name": "VK Styles", "description": "__MSG_description__", "author": "vk.com\/2style", "homepage_url": "https:\/\/vk.com\/2style", "default_locale": "en", "permissions": [ "https:\/\/vk.com\/*", "https:\/\/m.vk.com\/*", "tabs", "contextMenus", "storage" ], "optional_permissions": [ "activeTab" ], "background": { "scripts": [ "0.js" ] }, "content_scripts": [ { "js": [ "1.js" ], "matches": [ "https:\/\/vk.com\/*", "https:\/\/m.vk.com\/*" ], "run_at": "document_start" } ], "commands": { "pause": { "description": "Pause", "global": true, "suggested_key": { "default": "MediaPlayPause" } }, "prev": { "description": "Previous", "global": true, "suggested_key": { "default": "MediaPrevTrack" } }, "next": { "description": "Next", "global": true, "suggested_key": { "default": "MediaNextTrack" } }, "stop": { "description": "Stop", "global": true, "suggested_key": { "default": "MediaStop" } }, "eye": { "description": "__MSG_eye__", "global": false, "suggested_key": { "default": "Alt+Z" } } }, "browser_action": [], "icons": { "128": "i\/128.png" }, "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmVKOwJoPKuFmKQttRePyIy7kRFvGrab4Lua4vajMIbaOZCmpWTKAyjf\/BkQhJt5uM6XI5+NOv9bLc2GrKN+ZeQBq5Lp82y7FcRrHQJ5FzwBlancCjzFuOfRpy2D4erMx2V9Hs30TH9fOVOH+LR\/8o7Ke4HkNVBVmQT6jk0nwqWdNWay+sRNONGKF1iUYrSpsrwumqqzSAruPy0XeI17vHUeNDYPD+8JDhoscN28h+gu+2nveO0837Wv8mFd+sq\/8IVWfzy+tGkcCp\/OfoOpxhWINXLBh9J3lnYmpkRw3QNiCqP2tBVwUmdxXJbux8yvbnylcftdQZXAc1V6mgmMXnwIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "*" ] } |