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

O que é Dark Side?

Dark Side é uma extensão do Chrome desenvolvida por Emmanuel Aina, e sua principal característica é "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dark Side

Baixe arquivos de extensão Dark Side 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

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

Informações Básicas da Extensão

Nome Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
URL Oficial https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Descrição An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Tamanho do Arquivo 21.13 KB
Contagem de Instalações 819
Versão Atual 1.5
Última Atualização 2019-09-23
Data de Publicação 2019-09-23
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor Emmanuel Aina
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}