Google Podcasts Themes
Allows the user to apply themes to Google Podcasts
什么是Google Podcasts Themes?
Google Podcasts Themes是由dror.bogin开发的Chrome扩展程序,该扩展的主要功能是“Allows the user to apply themes to Google Podcasts”。
扩展截图
下载Google Podcasts Themes扩展crx文件
下载Google Podcasts Themes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a a few icons on the right side of the screen that allow the user to apply themes to Google podcasts.
扩展基本信息
名称 | Google Podcasts Themes |
ID | iiobffejnenlegdcmdkacbhecdgekpcd |
官方URL | https://chromewebstore.google.com/detail/google-podcasts-themes/iiobffejnenlegdcmdkacbhecdgekpcd |
简介 | Allows the user to apply themes to Google Podcasts |
文件大小 | 2.36 MB |
安装次数 | 246 |
当前版本 | 1.1 |
更新时间 | 2021-10-17 |
上架时间 | 2021-06-28 |
评分 | 4.67/5 共3次评分 |
开发者 | dror.bogin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/bogind/gpodcasts_themes |
帮助页面URL | https://github.com/bogind/gpodcasts_themes/issues |
支持的语言 | 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" ] } ] } |