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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Podcasts Themes

ดาวน์โหลดไฟล์ส่วนขยาย Google Podcasts Themes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}