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 هو إضافة Chrome تم تطويرها بواسطة https://podnews.net، والميزة الرئيسية لها هي "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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Podnews's Podcast helper
قم بتنزيل ملفات الامتداد Podnews's Podcast helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://podnews.net |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |