OCFM plus
Enhances overcast.fm with updates to the styling and layout
什么是OCFM plus?
OCFM plus是由volovar.com开发的Chrome扩展程序,该扩展的主要功能是“Enhances overcast.fm with updates to the styling and layout”。
扩展截图
下载OCFM plus扩展crx文件
下载OCFM plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhances overcast.fm with updates to the styling and layout
- Moves saved podcasts to a drop down in the header
- Changes podcast overview to a 2 column layout
- Updates podcast player and artwork position
- Minor styling tweaks and usability enhancements
How to use:
Install and visit overcast.fm or click the addon icon. 扩展基本信息
| 名称 | |
| ID | mmchmelglcpjmnlafedmpljlackiilde |
| 官方URL | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
| 简介 | Enhances overcast.fm with updates to the styling and layout |
| 文件大小 | 144 KB |
| 安装次数 | 113 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-07-03 |
| 上架时间 | 2015-07-02 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | volovar.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OCFM plus",
"short_name": "ocfm+",
"description": "Enhances overcast.fm with updates to the styling and layout",
"version": "1.0",
"author": "volovar.com",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/overcast.fm\/*"
],
"css": [
"ocfm-plus.css"
],
"js": [
"jquery-2.1.4.min.js",
"ocfm-plus.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"images\/*png"
]
} | |