Темная тема для Яндекса
Темная тема для яндекса
What is Темная тема для Яндекса?
Темная тема для Яндекса is a Chrome extension developed by Sveagruva, and its main feature is "Темная тема для яндекса".
Extension Screenshots
Download Темная тема для Яндекса Extension CRX File
Download Темная тема для Яндекса extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Темная тема для Яндекса. Добавляет тёмную тему на главную страницу и на страницу с поиском support: https://www.buymeacoffee.com/Sveagruva
Extension Basic Information
Name | |
ID | ajnjepidhphodiaagfnkepcgeakhodkf |
Official 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%B4%D0%BB%D1%8F-%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B0/ajnjepidhphodiaagfnkepcgeakhodkf |
Description | Темная тема для яндекса |
File Size | 75.81 KB |
Installation Count | 476 |
Current Version | 0.3.3 |
Last Updated | 2023-09-18 |
Publish Date | 2020-08-23 |
Rating | 3.44/5 Total 9 Ratings |
Developer | Sveagruva |
[email protected] | |
Payment Type | free |
Extension Website | https://www.buymeacoffee.com/Sveagruva |
Supported Languages | 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" } } } |