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…
Apa itu Dark Mode for Google Podcast?
Dark Mode for Google Podcast adalah ekstensi Chrome yang dikembangkan oleh Valik, dan fitur utamanya adalah "Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dark Mode for Google Podcast
Unduh file ekstensi Dark Mode for Google Podcast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nnkggdiomobffomfnmipiebdlbhdheii |
URL Resmi | https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii |
Deskripsi | Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole… |
Ukuran File | 97.55 KB |
Jumlah Instalasi | 3,178 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-02-11 |
Tanggal Publikasi | 2020-04-30 |
Penilaian | 2.57/5 Total 14 Penilaian |
Pengembang | Valik |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |