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

Cos'è Dark Side?

Dark Side è un'estensione di Chrome sviluppata da Emmanuel Aina, e la sua funzione principale è "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dark Side

Scarica i file di estensione Dark Side in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL Ufficiale https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Descrizione An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Dimensione del File 21.13 KB
Conteggio Installazioni 819
Versione Corrente 1.5
Ultimo Aggiornamento 2019-09-23
Data di Pubblicazione 2019-09-23
Valutazione 3.17/5 Totale 6 Valutazioni
Sviluppatore Emmanuel Aina
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}