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

Cos'è Podnews's Podcast helper?

Podnews's Podcast helper è un'estensione di Chrome sviluppata da https://podnews.net, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Podnews's Podcast helper

Scarica i file di estensione Podnews's Podcast helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
URL Ufficiale https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Descrizione 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
Dimensione del File 7.08 KB
Conteggio Installazioni 78
Versione Corrente 1.1
Ultimo Aggiornamento 2019-01-04
Data di Pubblicazione 2019-01-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://podnews.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://podnews.net
URL della Pagina della Politica sulla Privacy https://podnews.net/about
Lingue Supportate 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"
    ]
}