Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Hvad er Google Podcasts Themes?
Google Podcasts Themes er en Chrome-udvidelse udviklet af dror.bogin, og dens hovedfunktion er "Allows the user to apply themes to Google Podcasts".
Udvidelsesskærmbilleder
Download Google Podcasts Themes-udvidelses-CRX-fil
Download Google Podcasts Themes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iiobffejnenlegdcmdkacbhecdgekpcd |
| Officiel URL | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
| Beskrivelse | Allows the user to apply themes to Google Podcasts |
| Filstørrelse | 2.36 MB |
| Antal Installationer | 246 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2021-10-17 |
| Udgivelsesdato | 2021-06-28 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | dror.bogin |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/bogind/gpodcasts_themes |
| Hjælpeside-URL | https://github.com/bogind/gpodcasts_themes/issues |
| Understøttede Sprog | 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"
]
}
]
} | |