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

Podnews's Podcast helperคืออะไร?

Podnews's Podcast helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://podnews.net และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Podnews's Podcast helper

ดาวน์โหลดไฟล์ส่วนขยาย Podnews's Podcast helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Podnews's Podcast helper Podnews's Podcast helper
ID ichhncdkpdeifhbgopecclmbakkanhla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla
คำอธิบาย 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
ขนาดไฟล์ 7.08 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-01-04
วันที่เผยแพร่ 2019-01-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://podnews.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://podnews.net
URL หน้านโยบายความเป็นส่วนตัว https://podnews.net/about
ภาษาที่รองรับ 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"
    ]
}