OCFM plus
Enhances overcast.fm with updates to the styling and layout
Τι είναι το OCFM plus;
Το OCFM plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον volovar.com, και η κύρια λειτουργία του είναι "Enhances overcast.fm with updates to the styling and layout".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OCFM plus
Λήψη αρχείων επέκτασης OCFM plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
Επίσημο URL | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
Περιγραφή | Enhances overcast.fm with updates to the styling and layout |
Μέγεθος Αρχείου | 144 KB |
Αριθμός Εγκαταστάσεων | 113 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-07-03 |
Ημερομηνία Δημοσίευσης | 2015-07-02 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | volovar.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |