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是由https://podnews.net開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
ID | ichhncdkpdeifhbgopecclmbakkanhla |
官方網址 | 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" ] } |