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

Co to jest Podnews's Podcast helper?

Podnews's Podcast helper to rozszerzenie Chrome opracowane przez https://podnews.net, a jego główną funkcją jest „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”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Podnews's Podcast helper

Pobierz pliki rozszerzeń Podnews's Podcast helper 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
Oficjalny URL https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Opis 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
Rozmiar pliku 7.08 KB
Liczba instalacji 78
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-01-04
Data Publikacji 2019-01-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://podnews.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://podnews.net
Adres URL Strony Polityki Prywatności https://podnews.net/about
Obsługiwane Języki 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"
    ]
}