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…
Cos'è Dark Mode for Google Podcast?
Dark Mode for Google Podcast è un'estensione di Chrome sviluppata da Valik, e la sua funzione principale è "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Mode for Google Podcast
Scarica i file di estensione Dark Mode for Google Podcast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | nnkggdiomobffomfnmipiebdlbhdheii |
URL Ufficiale | https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii |
Descrizione | Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole… |
Dimensione del File | 97.55 KB |
Conteggio Installazioni | 3,178 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-02-11 |
Data di Pubblicazione | 2020-04-30 |
Valutazione | 2.57/5 Totale 14 Valutazioni |
Sviluppatore | Valik |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |