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

Was ist Podnews's Podcast helper?

Podnews's Podcast helper ist eine Chrome-Erweiterung, die von https://podnews.net entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot

Podnews's Podcast helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Podnews's Podcast helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
Offizielle URL https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Beschreibung 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
Dateigröße 7.08 KB
Installationsanzahl 78
Aktuelle Version 1.1
Letztes Update 2019-01-04
Veröffentlichungsdatum 2019-01-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://podnews.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://podnews.net
URL der Datenschutzrichtlinien-Seite https://podnews.net/about
Unterstützte Sprachen 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"
    ]
}