OCFM plus
Enhances overcast.fm with updates to the styling and layout
Co to jest OCFM plus?
OCFM plus to rozszerzenie Chrome opracowane przez volovar.com, a jego główną funkcją jest „Enhances overcast.fm with updates to the styling and layout”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OCFM plus
Pobierz pliki rozszerzeń OCFM plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mmchmelglcpjmnlafedmpljlackiilde |
| Oficjalny URL | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
| Opis | Enhances overcast.fm with updates to the styling and layout |
| Rozmiar pliku | 144 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-07-03 |
| Data Publikacji | 2015-07-02 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | volovar.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |