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…
Qu'est-ce que Dark Mode for Google Podcast ?
Dark Mode for Google Podcast est une extension Chrome développée par Valik, et sa fonction principale est "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dark Mode for Google Podcast
Téléchargez les fichiers d'extension Dark Mode for Google Podcast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nnkggdiomobffomfnmipiebdlbhdheii |
URL Officiel | https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii |
Description | Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole… |
Taille du Fichier | 97.55 KB |
Nombre d'Installations | 3,178 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-02-11 |
Date de Publication | 2020-04-30 |
Évaluation | 2.57/5 Total 14 Évaluations |
Développeur | Valik |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |