Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Cos'è Google Podcasts Themes?
Google Podcasts Themes è un'estensione di Chrome sviluppata da dror.bogin, e la sua funzione principale è "Allows the user to apply themes to Google Podcasts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Podcasts Themes
Scarica i file di estensione Google Podcasts Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | iiobffejnenlegdcmdkacbhecdgekpcd | 
| URL Ufficiale | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd | 
| Descrizione | Allows the user to apply themes to Google Podcasts | 
| Dimensione del File | 2.36 MB | 
| Conteggio Installazioni | 246 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2021-10-17 | 
| Data di Pubblicazione | 2021-06-28 | 
| Valutazione | 4.67/5 Totale 3 Valutazioni | 
| Sviluppatore | dror.bogin | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/bogind/gpodcasts_themes | 
| URL della Pagina di Aiuto | https://github.com/bogind/gpodcasts_themes/issues | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |