OCFM plus
Enhances overcast.fm with updates to the styling and layout
Was ist OCFM plus?
OCFM plus ist eine Chrome-Erweiterung, die von volovar.com entwickelt wurde, und ihr Hauptmerkmal ist "Enhances overcast.fm with updates to the styling and layout".
Erweiterungsscreenshots
OCFM plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie OCFM plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mmchmelglcpjmnlafedmpljlackiilde |
| Offizielle URL | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
| Beschreibung | Enhances overcast.fm with updates to the styling and layout |
| Dateigröße | 144 KB |
| Installationsanzahl | 113 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-07-03 |
| Veröffentlichungsdatum | 2015-07-02 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | volovar.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |