Podnews's Podcast helper

Don't use iTunes to listen to podcasts? This redirects an iTunes URL to a page with an audio player and links to more podcast apps

Что такое Podnews's Podcast helper?

Podnews's Podcast helper - это расширение Chrome, разработанное https://podnews.net, и его основная функция - "Don't use iTunes to listen to podcasts? This redirects an iTunes URL to a page with an audio player and links to more podcast apps".

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

screenshot

Скачать файл CRX расширения Podnews's Podcast helper

Скачайте файлы расширений Podnews's Podcast helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Found a great podcast, but it only links to iTunes?

That's no good if you use a Chromebook - or if you don't use iTunes to listen to podcasts anyway.

This extension simply redirects to a page with an audio player and links to subscribe in other podcast apps.                    

Основная информация о расширении

Название Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
Официальный URL https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Описание Don't use iTunes to listen to podcasts? This redirects an iTunes URL to a page with an audio player and links to more podcast apps
Размер файла 7.08 KB
Количество установок 78
Текущая Версия 1.1
Последнее Обновление 2019-01-04
Дата публикации 2019-01-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://podnews.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://podnews.net
URL страницы политики конфиденциальности https://podnews.net/about
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Podnews's Podcast helper",
    "description": "Don't use iTunes to listen to podcasts? This redirects an iTunes URL to a page with an audio player and links to more podcast apps",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "logo_128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*.itunes.apple.com\/*",
        "webRequestBlocking"
    ]
}