Dark theme for VK.COM | Night Mode for Vkontakte™

Classic dark theme for Vkontakte. Switch VK to dark mode and back in one click.

Dark theme for VK.COM | Night Mode for Vkontakte™คืออะไร?

Dark theme for VK.COM | Night Mode for Vkontakte™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Light Alex และคุณลักษณะหลักของมันคือ "Classic dark theme for Vkontakte. Switch VK to dark mode and back in one click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark theme for VK.COM | Night Mode for Vkontakte™

ดาวน์โหลดไฟล์ส่วนขยาย Dark theme for VK.COM | Night Mode for Vkontakte™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Attention!!! Please note that this extension works with vk.com only!

Dark theme VKontakte protects the eyes. It eliminates the load at night, replacing the white screen with a classic dark theme.

To enable / disable dark mode, click the extension icon located in the upper right corner of the browser.

If you usually sit in the VC at night, keep in mind that in the dark, the brightness of the monitor is not suitable for your eyes. Especially with a long pastime behind a white screen in a dark room, your body is deprived of normal sleep. Because your eyes receive an excessive amount of bright light. To avoid this, use the night mode for VC. It will relieve your eyes and help you fall asleep after working on the computer.

Dark mode for VKontakte in one click makes the site VK in a perfectly balanced black theme. Just install the extension to evaluate the benefits of VK Dark Theme.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark theme for VK.COM | Night Mode for Vkontakte™ Dark theme for VK.COM | Night Mode for Vkontakte™
ID gamlckmepdclkglolaedeigblmmpmfhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-theme-for-vkcom-nigh/gamlckmepdclkglolaedeigblmmpmfhf
คำอธิบาย Classic dark theme for Vkontakte. Switch VK to dark mode and back in one click.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 369,911
เวอร์ชันปัจจุบัน 3.4.0.1
อัปเดตครั้งล่าสุด 2023-01-25
วันที่เผยแพร่ 2020-03-19
คะแนน 4.91/5 รวมทั้งหมด 4772 คะแนน
ผู้พัฒนา Light Alex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.lightalex.com/?source=chrome_store
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "default_locale": "ru",
    "version": "3.4.0.1",
    "author": "Light Alex",
    "homepage_url": "https:\/\/addons.lightalex.com\/#darkvk",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/script\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "http:\/\/*.vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*",
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "files\/script\/styles.js",
                "files\/script\/inject.js",
                "files\/script\/inject-feed.js"
            ],
            "run_at": "document_start"
        }
    ]
}