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 |
官方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" ] } |