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

Hvad er Podnews's Podcast helper?

Podnews's Podcast helper er en Chrome-udvidelse udviklet af https://podnews.net, og dens hovedfunktion er "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".

Udvidelsesskærmbilleder

screenshot

Download Podnews's Podcast helper-udvidelses-CRX-fil

Download Podnews's Podcast helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
Officiel URL https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Beskrivelse 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
Filstørrelse 7.08 KB
Antal Installationer 78
Nuværende Version 1.1
Senest Opdateret 2019-01-04
Udgivelsesdato 2019-01-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://podnews.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://podnews.net
URL til Fortrolighedspolitik Side https://podnews.net/about
Understøttede Sprog 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"
    ]
}