Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
Co je Google Podcasts Themes?
Google Podcasts Themes je rozšíření Chrome vyvinuté dror.bogin, a jeho hlavní funkcí je „Allows the user to apply themes to Google Podcasts“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Podcasts Themes
Stáhněte si soubory rozšíření Google Podcasts Themes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
Základní Informace o Rozšíření
Název | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
Oficiální URL | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
Popis | Allows the user to apply themes to Google Podcasts |
Velikost souboru | 2.36 MB |
Počet instalací | 246 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-10-17 |
Datum Vydání | 2021-06-28 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | dror.bogin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bogind/gpodcasts_themes |
URL Stránky Nápovědy | https://github.com/bogind/gpodcasts_themes/issues |
Podporované Jazyky | 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" ] } ] } |