Wattpad Dark Mode

This extension gives Wattpad a nice dark theme.

Cos'è Wattpad Dark Mode?

Wattpad Dark Mode è un'estensione di Chrome sviluppata da KLM1318, e la sua funzione principale è "This extension gives Wattpad a nice dark theme.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wattpad Dark Mode

Scarica i file di estensione Wattpad Dark Mode 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

                        Important! This extension is no longer getting updates and will soon not fully work anymore. This message will be deleted when there will be new updates.

This extension gives the Wattpad site a nice dark theme so that your eyes can relax while you are reading, writing, or just browsing the site. All pages starting with 'https://www.wattpad.com' should have a dark theme after installing this extension.

If you've found a bug in the extension please let me know! You can find how to contact me in the popup of the extension.

Now click that install button and have a fun time reading, writing and browsing!

** Disclaimer: this extension is in no way connected to the Wattpad or Webtoon Company.                    

Informazioni di Base sull'Estensione

Nome Wattpad Dark Mode Wattpad Dark Mode
ID pmfpkabijpecelpcdbadhbhlbhgnppkc
URL Ufficiale https://chromewebstore.google.com/detail/wattpad-dark-mode/pmfpkabijpecelpcdbadhbhlbhgnppkc
Descrizione This extension gives Wattpad a nice dark theme.
Dimensione del File 49.26 KB
Conteggio Installazioni 8,000
Versione Corrente 1.9.51
Ultimo Aggiornamento 2024-01-15
Data di Pubblicazione 2022-12-28
Valutazione 4.80/5 Totale 35 Valutazioni
Sviluppatore KLM1318
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wattpad Dark Mode",
    "description": "This extension gives Wattpad a nice dark theme.",
    "version": "1.9.51",
    "author": "KLM1318",
    "action": {
        "default_popup": ".\/popup.html",
        "default_title": "Wattpad Dark Mode"
    },
    "icons": {
        "16": ".\/wattpad-dark-mode-low-resolution-color-logo.png",
        "48": ".\/wattpad-dark-mode-low-resolution-color-logo.png",
        "128": ".\/wattpad-dark-mode-low-resolution-color-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.wattpad.com\/*",
                "https:\/\/www.wattpad.com\/home"
            ],
            "css": [
                ".\/main.css"
            ],
            "all_frames": true
        }
    ]
}