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…

Vad är Dark Mode for Google Podcast?

Dark Mode for Google Podcast är en Chrome-tillägg utvecklad av Valik, och dess huvudfunktion är "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".

Tilläggsskärmbilder

screenshot

Ladda ner Dark Mode for Google Podcast-förlängningens CRX-fil

Ladda ner Dark Mode for Google Podcast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dark Mode for Google Podcast Dark Mode for Google Podcast
ID nnkggdiomobffomfnmipiebdlbhdheii
Officiell webbadress https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii
Beskrivning Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…
Filstorlek 97.55 KB
Antal Installationer 3,178
Aktuell Version 2.0
Senast Uppdaterad 2023-02-11
Publiceringsdatum 2020-04-30
Betyg 2.57/5 Totalt 14 Betyg
Utvecklare Valik
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}