Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Vad är Google Podcasts Themes?
Google Podcasts Themes är en Chrome-tillägg utvecklad av dror.bogin, och dess huvudfunktion är "Allows the user to apply themes to Google Podcasts".
Tilläggsskärmbilder
Ladda ner Google Podcasts Themes-förlängningens CRX-fil
Ladda ner Google Podcasts Themes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iiobffejnenlegdcmdkacbhecdgekpcd |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
| Beskrivning | Allows the user to apply themes to Google Podcasts |
| Filstorlek | 2.36 MB |
| Antal Installationer | 246 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-10-17 |
| Publiceringsdatum | 2021-06-28 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | dror.bogin |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/bogind/gpodcasts_themes |
| Hjälpsida URL | https://github.com/bogind/gpodcasts_themes/issues |
| Stödda Språk | 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"
]
}
]
} | |