Темная тема для Яндекса

Темная тема для яндекса

O que é Темная тема для Яндекса?

Темная тема для Яндекса é uma extensão do Chrome desenvolvida por Sveagruva, e sua principal característica é "Темная тема для яндекса".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Темная тема для Яндекса

Baixe arquivos de extensão Темная тема для Яндекса no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Темная тема для Яндекса. Добавляет тёмную тему на главную страницу и на страницу с поиском


support: https://www.buymeacoffee.com/Sveagruva                    

Informações Básicas da Extensão

Nome Темная тема для Яндекса Темная тема для Яндекса
ID ajnjepidhphodiaagfnkepcgeakhodkf
URL Oficial 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%B4%D0%BB%D1%8F-%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B0/ajnjepidhphodiaagfnkepcgeakhodkf
Descrição Темная тема для яндекса
Tamanho do Arquivo 75.81 KB
Contagem de Instalações 476
Versão Atual 0.3.3
Última Atualização 2023-09-18
Data de Publicação 2020-08-23
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor Sveagruva
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.buymeacoffee.com/Sveagruva
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.3",
    "name": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0434\u043b\u044f \u042f\u043d\u0434\u0435\u043a\u0441\u0430",
    "description": "\u0422\u0435\u043c\u043d\u0430\u044f \u0442\u0435\u043c\u0430 \u0434\u043b\u044f \u044f\u043d\u0434\u0435\u043a\u0441\u0430",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yandex.com\/*",
                "*:\/\/*.yandex.ru\/*",
                "*:\/\/*.yandex.org\/*",
                "*:\/\/*.yandex.net\/*",
                "*:\/\/*.yandex.net.ru\/*",
                "*:\/\/*.yandex.com.ru\/*",
                "*:\/\/*.yandex.ua\/*",
                "*:\/\/*.yandex.com.ua\/*",
                "*:\/\/*.yandex.by\/*",
                "*:\/\/*.yandex.eu\/*",
                "*:\/\/*.yandex.ee\/*",
                "*:\/\/*.yandex.lt\/*",
                "*:\/\/*.yandex.kz\/*",
                "*:\/\/*.yandex.lv\/*",
                "*:\/\/*.yandex.md\/*",
                "*:\/\/*.yandex.uz\/*",
                "*:\/\/*.yandex.mx\/*",
                "*:\/\/*.yandex.do\/*",
                "*:\/\/*.yandex.tm\/*",
                "*:\/\/*.yandex.de\/*",
                "*:\/\/*.yandex.ie\/*",
                "*:\/\/*.yandex.in\/*",
                "*:\/\/*.yandex.qa\/*",
                "*:\/\/*.yandex.so\/*",
                "*:\/\/*.yandex.nu\/*",
                "*:\/\/*.yandex.tj\/*",
                "*:\/\/*.yandex.dk\/*",
                "*:\/\/*.yandex.es\/*",
                "*:\/\/*.yandex.pt\/*",
                "*:\/\/*.yandex.pl\/*",
                "*:\/\/*.yandex.lu\/*",
                "*:\/\/*.yandex.it\/*",
                "*:\/\/*.yandex.az\/*",
                "*:\/\/*.yandex.ro\/*",
                "*:\/\/*.yandex.rs\/*",
                "*:\/\/*.yandex.sk\/*",
                "*:\/\/*.yandex.no\/*",
                "*:\/\/*.ya.ru\/*",
                "*:\/\/*.yandex.asia\/*",
                "*:\/\/*.yandex.mobi\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/yandex.ru\/",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    }
}