Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Google Podcasts Themesとは何ですか?

Google Podcasts Themesはdror.boginによって開発されたChromeの拡張機能で、その主な機能は「Allows the user to apply themes to Google Podcasts」です。

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

screenshot
screenshot
screenshot
screenshot

Google Podcasts Themes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.                    

拡張機能の基本情報

名前 Google Podcasts Themes Google Podcasts Themes
ID iiobffejnenlegdcmdkacbhecdgekpcd
公式URL https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd
説明 Allows the user to apply themes to Google Podcasts
ファイルサイズ 2.36 MB
インストール数 246
現在のバージョン 1.1
最終更新日 2021-10-17
公開日 2021-06-28
評価 4.67/5 合計 3 レビュー
開発者 dror.bogin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bogind/gpodcasts_themes
ヘルプページのURL https://github.com/bogind/gpodcasts_themes/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Podcasts Themes",
    "version": "1.1",
    "description": "Allows the user to apply themes to Google Podcasts",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/podcasts.google.com\/*"
            ],
            "js": [
                "podcasts_theme.js"
            ],
            "css": [
                "podcasts_theme.css"
            ]
        }
    ]
}