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

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

Cos'è Темная тема для Яндекса?

Темная тема для Яндекса è un'estensione di Chrome sviluppata da Sveagruva, e la sua funzione principale è "Темная тема для яндекса".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Темная тема для Яндекса

Scarica i file di estensione Темная тема для Яндекса in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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

Informazioni di Base sull'Estensione

Nome Темная тема для Яндекса Темная тема для Яндекса
ID ajnjepidhphodiaagfnkepcgeakhodkf
URL Ufficiale 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
Descrizione Темная тема для яндекса
Dimensione del File 75.81 KB
Conteggio Installazioni 476
Versione Corrente 0.3.3
Ultimo Aggiornamento 2023-09-18
Data di Pubblicazione 2020-08-23
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore Sveagruva
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.buymeacoffee.com/Sveagruva
Lingue Supportate 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"
        }
    }
}