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

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

Qu'est-ce que Темная тема для Яндекса ?

Темная тема для Яндекса est une extension Chrome développée par Sveagruva, et sa fonction principale est "Темная тема для яндекса".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Темная тема для Яндекса

Téléchargez les fichiers d'extension Темная тема для Яндекса au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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


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

Informations de Base sur l'Extension

Nom Темная тема для Яндекса Темная тема для Яндекса
ID ajnjepidhphodiaagfnkepcgeakhodkf
URL Officiel 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
Description Темная тема для яндекса
Taille du Fichier 75.81 KB
Nombre d'Installations 476
Version Actuelle 0.3.3
Dernière Mise à Jour 2023-09-18
Date de Publication 2020-08-23
Évaluation 3.44/5 Total 9 Évaluations
Développeur Sveagruva
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.buymeacoffee.com/Sveagruva
Langues Prises en Charge 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"
        }
    }
}