Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Wat is Google Podcasts Themes?
Google Podcasts Themes is een Chrome-extensie ontwikkeld door dror.bogin, en de belangrijkste functie is "Allows the user to apply themes to Google Podcasts".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Podcasts Themes
Download Google Podcasts Themes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
Basisinformatie over de Extensie
Naam | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
Officiële URL | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
Beschrijving | Allows the user to apply themes to Google Podcasts |
Bestandsgrootte | 2.36 MB |
Aantal Installaties | 246 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-10-17 |
Publicatiedatum | 2021-06-28 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | dror.bogin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bogind/gpodcasts_themes |
Help Pagina-URL | https://github.com/bogind/gpodcasts_themes/issues |
Ondersteunde Talen | 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" ] } ] } |