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
Vad är Podnews's Podcast helper?
Podnews's Podcast helper är en Chrome-tillägg utvecklad av https://podnews.net, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner Podnews's Podcast helper-förlängningens CRX-fil
Ladda ner Podnews's Podcast helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ichhncdkpdeifhbgopecclmbakkanhla |
| Officiell webbadress | https://chromewebstore.google.com/detail/podnewss-podcast-helper/ichhncdkpdeifhbgopecclmbakkanhla |
| Beskrivning | 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 |
| Filstorlek | 7.08 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2019-01-04 |
| Publiceringsdatum | 2019-01-04 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://podnews.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://podnews.net |
| URL till Sekretesspolicy Sidan | https://podnews.net/about |
| Stödda Språk | 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"
]
} | |