OCFM plus
Enhances overcast.fm with updates to the styling and layout
Vad är OCFM plus?
OCFM plus är en Chrome-tillägg utvecklad av volovar.com, och dess huvudfunktion är "Enhances overcast.fm with updates to the styling and layout".
Tilläggsskärmbilder
Ladda ner OCFM plus-förlängningens CRX-fil
Ladda ner OCFM plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mmchmelglcpjmnlafedmpljlackiilde |
| Officiell webbadress | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
| Beskrivning | Enhances overcast.fm with updates to the styling and layout |
| Filstorlek | 144 KB |
| Antal Installationer | 113 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-07-03 |
| Publiceringsdatum | 2015-07-02 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | volovar.com |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |