Compact Overcast
Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
What is Compact Overcast?
Compact Overcast is a Chrome extension developed by Charlotte Tan, and its main feature is "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.".
Extension Screenshots
Download Compact Overcast Extension CRX File
Download Compact Overcast 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
Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
Extension Basic Information
Name | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
Official URL | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
Description | Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need. |
File Size | 35.6 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2016-10-30 |
Publish Date | 2016-10-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Charlotte Tan |
Payment Type | free |
Extension Website | https://github.com/charlottetan/compact-overcastfm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Overcast", "description": "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.", "version": "1.0", "author": "Charlotte Tan", "browser_action": { "default_icon": "images\/icon-96x96.png" }, "content_scripts": [ { "matches": [ "https:\/\/overcast.fm\/*" ], "exclude_matches": [ "https:\/\/overcast.fm\/podcasts" ], "css": [ "compactOvercast.css" ], "js": [ "jquery-2.2.0.min.js", "compactOvercast.js" ] } ], "permissions": [ "tabs" ] } |