OCFM plus
Enhances overcast.fm with updates to the styling and layout
OCFM plus क्या है?
OCFM plus volovar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances overcast.fm with updates to the styling and layout"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OCFM plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |