Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Google Podcasts Themes क्या है?

Google Podcasts Themes dror.bogin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to apply themes to Google Podcasts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Podcasts Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}