Simple Dark Theme

Creating a Dark Theme in any website

Cos'è Simple Dark Theme?

Simple Dark Theme è un'estensione di Chrome sviluppata da chrishawk.services, e la sua funzione principale è "Creating a Dark Theme in any website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Dark Theme

Scarica i file di estensione Simple Dark Theme 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

                        Simple Dark Theme extension will allow you to easily change your browser theme by choice
You will be able to rest your eyes with our custom theme in any website you want                    

Informazioni di Base sull'Estensione

Nome Simple Dark Theme Simple Dark Theme
ID lofodjkbilfilhbmabialcbganiechci
URL Ufficiale https://chrome.google.com/webstore/detail/simple-dark-theme/lofodjkbilfilhbmabialcbganiechci
Descrizione Creating a Dark Theme in any website
Dimensione del File 127 KB
Conteggio Installazioni 2,082
Versione Corrente 1
Ultimo Aggiornamento 2022-11-28
Data di Pubblicazione 2022-11-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore chrishawk.services
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://home.vcvordirty.xyz/index.html
URL della Pagina di Aiuto https://home.vcvordirty.xyz/contact.html
URL della Pagina della Politica sulla Privacy https://home.vcvordirty.xyz/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Dark Theme"
    },
    "background": {
        "service_worker": "libs\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Creating a Dark Theme in any website",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Simple Dark Theme",
    "permissions": [
        "storage"
    ],
    "version": "1"
}