OCFM plus
Enhances overcast.fm with updates to the styling and layout
OCFM plus là gì?
OCFM plus là một tiện ích mở rộng Chrome được phát triển bởi volovar.com, và tính năng chính của nó là "Enhances overcast.fm with updates to the styling and layout".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OCFM plus
Tải xuống các tệp mở rộng OCFM plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
URL Chính Thức | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
Mô tả | Enhances overcast.fm with updates to the styling and layout |
Kích Thước Tệp | 144 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-07-03 |
Ngày Phát Hành | 2015-07-02 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | volovar.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |