Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Was ist Dark Side?

Dark Side ist eine Chrome-Erweiterung, die von Emmanuel Aina entwickelt wurde, und ihr Hauptmerkmal ist "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Dark Side-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dark Side-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

Grundlegende Informationen zur Erweiterung

Name Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
Offizielle URL https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Beschreibung An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Dateigröße 21.13 KB
Installationsanzahl 819
Aktuelle Version 1.5
Letztes Update 2019-09-23
Veröffentlichungsdatum 2019-09-23
Bewertung 3.17/5 Insgesamt 6 Bewertungen
Entwickler Emmanuel Aina
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}