Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Что такое Google Podcasts Themes?

Google Podcasts Themes - это расширение Chrome, разработанное dror.bogin, и его основная функция - "Allows the user to apply themes to Google Podcasts".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Google Podcasts Themes

Скачайте файлы расширений 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
Электронная почта [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"
            ]
        }
    ]
}