Ecosia Darkmode

Browse Ecosia in dark mode - save the planet, and your eyes.

Wat is Ecosia Darkmode?

Ecosia Darkmode is een Chrome-extensie ontwikkeld door k_aaa129058, en de belangrijkste functie is "Browse Ecosia in dark mode - save the planet, and your eyes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ecosia Darkmode

Download Ecosia Darkmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A darkmode built for Ecosia: Ecosia Darkmode enables a custom dark theme for all Ecosia searches, giving your eyes a chance to rest while your searches plant trees.

Styled after Google's dark mode, the extension should be familiar to anyone wanting to switch to Ecosia.

• Lightweight and reliable
• Practical but good looking design
• No flickering or flashing
• Respects your privacy

UPDATE:
Ecosia has added their own darkmode as of 31/10/2022. This extension will remain be updated so users who prefer the theming can continue to enjoy it, but future support may be limited. Thank you to everyone who used and supported Ecosia Darmode <3                    

Basisinformatie over de Extensie

Naam Ecosia Darkmode Ecosia Darkmode
ID ncidpdcppimaiedanpmfgalibnfefpki
Officiële URL https://chromewebstore.google.com/detail/ecosia-darkmode/ncidpdcppimaiedanpmfgalibnfefpki
Beschrijving Browse Ecosia in dark mode - save the planet, and your eyes.
Bestandsgrootte 1.01 MB
Aantal Installaties 97
Huidige Versie 1.574
Laatst Bijgewerkt 2022-11-02
Publicatiedatum 2022-02-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar k_aaa129058
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecosia Darkmode",
    "description": "Browse Ecosia in dark mode - save the planet, and your eyes.",
    "version": "1.574",
    "author": "Kw_hrs",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ecosia.org\/*"
            ],
            "css": [
                "dark.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/info.ecosia.org\/*"
            ],
            "css": [
                "dark_info.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}