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

Apa itu Podnews's Podcast helper?

Podnews's Podcast helper adalah ekstensi Chrome yang dikembangkan oleh https://podnews.net, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Podnews's Podcast helper

Unduh file ekstensi Podnews's Podcast helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
URL Resmi https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
Deskripsi 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
Ukuran File 7.08 KB
Jumlah Instalasi 78
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-01-04
Tanggal Publikasi 2019-01-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://podnews.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://podnews.net
URL Halaman Kebijakan Privasi https://podnews.net/about
Bahasa yang Didukung 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"
    ]
}