Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
O que é Google Podcasts Themes?
Google Podcasts Themes é uma extensão do Chrome desenvolvida por dror.bogin, e sua principal característica é "Allows the user to apply themes to Google Podcasts".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Podcasts Themes
Baixe arquivos de extensão Google Podcasts Themes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
Informações Básicas da Extensão
Nome | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
URL Oficial | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
Descrição | Allows the user to apply themes to Google Podcasts |
Tamanho do Arquivo | 2.36 MB |
Contagem de Instalações | 246 |
Versão Atual | 1.1 |
Última Atualização | 2021-10-17 |
Data de Publicação | 2021-06-28 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | dror.bogin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bogind/gpodcasts_themes |
URL da Página de Ajuda | https://github.com/bogind/gpodcasts_themes/issues |
Idiomas Suportados | 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" ] } ] } |