OCFM plus
Enhances overcast.fm with updates to the styling and layout
O que é OCFM plus?
OCFM plus é uma extensão do Chrome desenvolvida por volovar.com, e sua principal característica é "Enhances overcast.fm with updates to the styling and layout".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OCFM plus
Baixe arquivos de extensão OCFM plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
URL Oficial | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
Descrição | Enhances overcast.fm with updates to the styling and layout |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.0 |
Última Atualização | 2015-07-03 |
Data de Publicação | 2015-07-02 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | volovar.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |