Dark Mode for Google Podcast

Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…

O que é Dark Mode for Google Podcast?

Dark Mode for Google Podcast é uma extensão do Chrome desenvolvida por Valik, e sua principal característica é "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark Mode for Google Podcast

Baixe arquivos de extensão Dark Mode for Google Podcast 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

                        Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole description for each podcast on the episode list.                    

Informações Básicas da Extensão

Nome Dark Mode for Google Podcast Dark Mode for Google Podcast
ID nnkggdiomobffomfnmipiebdlbhdheii
URL Oficial https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii
Descrição Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…
Tamanho do Arquivo 97.55 KB
Contagem de Instalações 3,178
Versão Atual 2.0
Última Atualização 2023-02-11
Data de Publicação 2020-04-30
Classificação 2.57/5 Total de 14 Avaliações
Desenvolvedor Valik
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Mode for Google Podcast",
    "short_name": "Dark Mode for Google Podcast",
    "version": "2.0",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/podcasts.google.com\/*",
                "http:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "jquery-3.5.0.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "image16.png",
        "48": "image48.png",
        "128": "image128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}