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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}