Wattpad Dark Mode

This extension gives Wattpad a nice dark theme.

O que é Wattpad Dark Mode?

Wattpad Dark Mode é uma extensão do Chrome desenvolvida por KLM1318, e sua principal característica é "This extension gives Wattpad a nice dark theme.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wattpad Dark Mode

Baixe arquivos de extensão Wattpad Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wattpad Dark Mode Wattpad Dark Mode
ID pmfpkabijpecelpcdbadhbhlbhgnppkc
URL Oficial https://chromewebstore.google.com/detail/wattpad-dark-mode/pmfpkabijpecelpcdbadhbhlbhgnppkc
Descrição This extension gives Wattpad a nice dark theme.
Tamanho do Arquivo 49.26 KB
Contagem de Instalações 8,000
Versão Atual 1.9.51
Última Atualização 2024-01-15
Data de Publicação 2022-12-28
Classificação 4.80/5 Total de 35 Avaliações
Desenvolvedor KLM1318
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}