Google Podcasts Themes

Allows the user to apply themes to Google Podcasts

Apa itu Google Podcasts Themes?

Google Podcasts Themes adalah ekstensi Chrome yang dikembangkan oleh dror.bogin, dan fitur utamanya adalah "Allows the user to apply themes to Google Podcasts".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Podcasts Themes

Unduh file ekstensi Google Podcasts Themes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.                    

Informasi Dasar Ekstensi

Nama Google Podcasts Themes Google Podcasts Themes
ID iiobffejnenlegdcmdkacbhecdgekpcd
URL Resmi https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd
Deskripsi Allows the user to apply themes to Google Podcasts
Ukuran File 2.36 MB
Jumlah Instalasi 246
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-10-17
Tanggal Publikasi 2021-06-28
Penilaian 4.67/5 Total 3 Penilaian
Pengembang dror.bogin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bogind/gpodcasts_themes
URL Halaman Bantuan https://github.com/bogind/gpodcasts_themes/issues
Bahasa yang Didukung 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"
            ]
        }
    ]
}