OCFM plus
Enhances overcast.fm with updates to the styling and layout
Cos'è OCFM plus?
OCFM plus è un'estensione di Chrome sviluppata da volovar.com, e la sua funzione principale è "Enhances overcast.fm with updates to the styling and layout".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OCFM plus
Scarica i file di estensione OCFM plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mmchmelglcpjmnlafedmpljlackiilde |
| URL Ufficiale | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
| Descrizione | Enhances overcast.fm with updates to the styling and layout |
| Dimensione del File | 144 KB |
| Conteggio Installazioni | 113 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-07-03 |
| Data di Pubblicazione | 2015-07-02 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | volovar.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |