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…

Dark Mode for Google Podcastとは何ですか?

Dark Mode for Google PodcastはValikによって開発されたChromeの拡張機能で、その主な機能は「Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…」です。

拡張機能のスクリーンショット

screenshot

Dark Mode for Google Podcast拡張機能のCRXファイルをダウンロード

Dark Mode for Google Podcast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Dark Mode for Google Podcast Dark Mode for Google Podcast
ID nnkggdiomobffomfnmipiebdlbhdheii
公式URL https://chrome.google.com/webstore/detail/dark-mode-for-google-podc/nnkggdiomobffomfnmipiebdlbhdheii
説明 Dark mode for Google Podcast. Replacing white background to black and slightly set text a little more white. Also show the whole…
ファイルサイズ 97.55 KB
インストール数 3,178
現在のバージョン 2.0
最終更新日 2023-02-11
公開日 2020-04-30
評価 2.57/5 合計 14 レビュー
開発者 Valik
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}