Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Was ist Google Podcasts Themes?
Google Podcasts Themes ist eine Chrome-Erweiterung, die von dror.bogin entwickelt wurde, und ihr Hauptmerkmal ist "Allows the user to apply themes to Google Podcasts".
Erweiterungsscreenshots
Google Podcasts Themes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Podcasts Themes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
Grundlegende Informationen zur Erweiterung
Name | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
Offizielle URL | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
Beschreibung | Allows the user to apply themes to Google Podcasts |
Dateigröße | 2.36 MB |
Installationsanzahl | 246 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-10-17 |
Veröffentlichungsdatum | 2021-06-28 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | dror.bogin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/bogind/gpodcasts_themes |
Hilfeseite URL | https://github.com/bogind/gpodcasts_themes/issues |
Unterstützte Sprachen | 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" ] } ] } |