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…
What is Dark Mode for Google Podcast?
Dark Mode for Google Podcast is a Chrome extension developed by Valik, and its main feature is "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".
Extension Screenshots
Download Dark Mode for Google Podcast Extension CRX File
Download Dark Mode for Google Podcast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nnkggdiomobffomfnmipiebdlbhdheii |
Official URL | 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… |
File Size | 97.55 KB |
Installation Count | 3,178 |
Current Version | 2.0 |
Last Updated | 2023-02-11 |
Publish Date | 2020-04-30 |
Rating | 2.57/5 Total 14 Ratings |
Developer | Valik |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |