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

Темная тема для главной страницы яндекса, а ещё для поиска, дзена, почты и переводчика

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

Темная тема для Яндекса é uma extensão do Chrome desenvolvida por Sveagruva, e sua principal característica é "Темная тема для главной страницы яндекса, а ещё для поиска, дзена, почты и переводчика".

Capturas de Tela da Extensão

screenshot
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 nhbanailidablloenahajmfjidocdefn
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/nhbanailidablloenahajmfjidocdefn
Descrição Темная тема для главной страницы яндекса, а ещё для поиска, дзена, почты и переводчика
Tamanho do Arquivo 15.12 KB
Contagem de Instalações 2,285
Versão Atual 0.3.3.2
Última Atualização 2023-09-18
Data de Publicação 2020-06-14
Classificação 1.62/5 Total de 13 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.2",
    "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 \u0433\u043b\u0430\u0432\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b \u044f\u043d\u0434\u0435\u043a\u0441\u0430, \u0430 \u0435\u0449\u0451 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430, \u0434\u0437\u0435\u043d\u0430, \u043f\u043e\u0447\u0442\u044b \u0438 \u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\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:\/\/snews.press\/",
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    }
}