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
What is Podnews's Podcast helper?
Podnews's Podcast helper is a Chrome extension developed by https://podnews.net, and its main feature is "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".
Extension Screenshots
Download Podnews's Podcast helper Extension CRX File
Download Podnews's Podcast helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Podnews's Podcast helper |
ID | ichhncdkpdeifhbgopecclmbakkanhla |
Official URL | https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla |
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 |
File Size | 7.08 KB |
Installation Count | 78 |
Current Version | 1.1 |
Last Updated | 2019-01-04 |
Publish Date | 2019-01-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://podnews.net |
[email protected] | |
Payment Type | free |
Extension Website | https://podnews.net |
Privacy Policy Page URL | https://podnews.net/about |
Supported Languages | 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" ] } |