Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
ما هو Google Podcasts Themes؟
Google Podcasts Themes هو إضافة Chrome تم تطويرها بواسطة dror.bogin، والميزة الرئيسية لها هي "Allows the user to apply themes to Google Podcasts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Podcasts Themes
قم بتنزيل ملفات الامتداد Google Podcasts Themes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
معلومات أساسية عن التمديد
الاسم | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
الوصف | Allows the user to apply themes to Google Podcasts |
حجم الملف | 2.36 MB |
عدد التثبيتات | 246 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-10-17 |
تاريخ النشر | 2021-06-28 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | dror.bogin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/bogind/gpodcasts_themes |
عنوان صفحة المساعدة | https://github.com/bogind/gpodcasts_themes/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Podcasts Themes", "version": "1.1", "description": "Allows the user to apply themes to Google Podcasts", "icons": { "48": "icons\/border-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/podcasts.google.com\/*" ], "js": [ "podcasts_theme.js" ], "css": [ "podcasts_theme.css" ] } ] } |