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…

Wat is Dark Mode for Google Podcast?

Dark Mode for Google Podcast is een Chrome-extensie ontwikkeld door Valik, en de belangrijkste functie is "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dark Mode for Google Podcast

Download Dark Mode for Google Podcast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dark Mode for Google Podcast Dark Mode for Google Podcast
ID nnkggdiomobffomfnmipiebdlbhdheii
Officiële URL https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii
Beschrijving Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…
Bestandsgrootte 97.55 KB
Aantal Installaties 3,178
Huidige Versie 2.0
Laatst Bijgewerkt 2023-02-11
Publicatiedatum 2020-04-30
Beoordeling 2.57/5 Totaal 14 Beoordelingen
Ontwikkelaar Valik
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}