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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |