Темная тема ВК | Dark theme VK

Темная тема для Вконтакте (Dark theme for Vkontakte)

Темная тема ВК | Dark theme VK란 무엇입니까?

Темная тема ВК | Dark theme VK은(는) https://druno.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Темная тема для Вконтакте (Dark theme for Vkontakte)"입니다.

확장 프로그램 스크린샷

screenshot

Темная тема ВК | Dark theme VK 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Это специальное расширение для браузера Google Chrome, которое позволяет изменить стандартную тему в социальной сети Вконтакте на темную.                    

확장 프로그램 기본 정보

이름 Темная тема ВК | Dark theme VK Темная тема ВК | Dark theme VK
ID mpemnhhdaakahghnfhidcimfcjmbkakm
공식 URL https://chromewebstore.google.com/detail/%D1%82%D0%B5%D0%BC%D0%BD%D0%B0%D1%8F-%D1%82%D0%B5%D0%BC%D0%B0-%D0%B2%D0%BA-dark-theme/mpemnhhdaakahghnfhidcimfcjmbkakm
설명 Темная тема для Вконтакте (Dark theme for Vkontakte)
파일 크기 21.38 KB
설치 횟수 2,243
현재 버전 1.6
최근 업데이트 2022-02-26
출시 날짜 2020-09-04
평점 4.54/5 총 28 개의 평점
개발자 https://druno.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://druno.ru/temnaya-tema-dlya-vk-besplatnoe-rasshirenie-na-kompyuter
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0412\u041a | Dark theme VK",
    "description": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0434\u043b\u044f \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 (Dark theme for Vkontakte)",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "dark.css",
                "icon.png",
                "icon.png",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "css": [
                "dark.css"
            ],
            "js": [
                "js.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}