NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
NPR Volume là gì?
NPR Volume là một tiện ích mở rộng Chrome được phát triển bởi TJ Hillard, và tính năng chính của nó là "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".
Ả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 NPR Volume
Tải xuống các tệp mở rộng NPR Volume 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
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the extension or reinstall to resolve issue.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
URL Chính Thức | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
Mô tả | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
Kích Thước Tệp | 4.56 KB |
Số Lần Cài Đặt | 365 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2017-12-02 |
Ngày Phát Hành | 2017-12-02 |
Đánh Giá | 3.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | TJ Hillard |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NPR Volume", "manifest_version": 2, "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/www.npr.org\/*" ], "run_at": "document_end", "css": [ "style.css" ], "js": [ "app.js" ] } ], "permissions": [ "storage" ] } |