Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Co to jest Google Podcasts Themes?

Google Podcasts Themes to rozszerzenie Chrome opracowane przez dror.bogin, a jego główną funkcją jest „Allows the user to apply themes to Google Podcasts”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Podcasts Themes

Pobierz pliki rozszerzeń Google Podcasts Themes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Podcasts Themes Google Podcasts Themes
ID iiobffejnenlegdcmdkacbhecdgekpcd
Oficjalny URL https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd
Opis Allows the user to apply themes to Google Podcasts
Rozmiar pliku 2.36 MB
Liczba instalacji 246
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-10-17
Data Publikacji 2021-06-28
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper dror.bogin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/bogind/gpodcasts_themes
Adres URL Strony Pomocy https://github.com/bogind/gpodcasts_themes/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}