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

Wat is Podnews's Podcast helper?

Podnews's Podcast helper is een Chrome-extensie ontwikkeld door https://podnews.net, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Podnews's Podcast helper

Download Podnews's Podcast helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
Officiële URL https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Beschrijving 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
Bestandsgrootte 7.08 KB
Aantal Installaties 78
Huidige Versie 1.1
Laatst Bijgewerkt 2019-01-04
Publicatiedatum 2019-01-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://podnews.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://podnews.net
URL van de Privacybeleid Pagina https://podnews.net/about
Ondersteunde Talen 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"
    ]
}