OCFM plus
Enhances overcast.fm with updates to the styling and layout
What is OCFM plus?
OCFM plus is a Chrome extension developed by volovar.com, and its main feature is "Enhances overcast.fm with updates to the styling and layout".
Extension Screenshots
Download OCFM plus Extension CRX File
Download OCFM plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
Official URL | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
Description | Enhances overcast.fm with updates to the styling and layout |
File Size | 144 KB |
Installation Count | 113 |
Current Version | 1.0 |
Last Updated | 2015-07-03 |
Publish Date | 2015-07-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | volovar.com |
Payment Type | free |
Supported Languages | 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" ] } |