Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

What is Google Podcasts Themes?

Google Podcasts Themes is a Chrome extension developed by dror.bogin, and its main feature is "Allows the user to apply themes to Google Podcasts".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Google Podcasts Themes Extension CRX File

Download Google Podcasts Themes 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

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

Extension Basic Information

Name Google Podcasts Themes Google Podcasts Themes
ID iiobffejnenlegdcmdkacbhecdgekpcd
Official URL https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd
Description Allows the user to apply themes to Google Podcasts
File Size 2.36 MB
Installation Count 246
Current Version 1.1
Last Updated 2021-10-17
Publish Date 2021-06-28
Rating 4.67/5 Total 3 Ratings
Developer dror.bogin
Email [email protected]
Payment Type free
Extension Website https://github.com/bogind/gpodcasts_themes
Help Page URL https://github.com/bogind/gpodcasts_themes/issues
Supported Languages 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"
            ]
        }
    ]
}