OCFM plus
Enhances overcast.fm with updates to the styling and layout
Qu'est-ce que OCFM plus ?
OCFM plus est une extension Chrome développée par volovar.com, et sa fonction principale est "Enhances overcast.fm with updates to the styling and layout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OCFM plus
Téléchargez les fichiers d'extension OCFM plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
URL Officiel | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
Description | Enhances overcast.fm with updates to the styling and layout |
Taille du Fichier | 144 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-07-03 |
Date de Publication | 2015-07-02 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | volovar.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |