Темная тема для главной страницы яндекса, а ещё для поиска, дзена, почты и переводчика
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "0.3.3.2",
"name": "Темная тема для Яндекса",
"description": "Темная тема для главной страницы яндекса, а ещё для поиска, дзена, почты и переводчика",
"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"
}
}
}