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?
NPR Volume是由TJ Hillard开发的Chrome扩展程序,该扩展的主要功能是“Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…”。
扩展截图
下载NPR Volume扩展crx文件
下载NPR Volume扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
官方URL | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
简介 | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
文件大小 | 4.56 KB |
安装次数 | 365 |
当前版本 | 0.0.3 |
更新时间 | 2017-12-02 |
上架时间 | 2017-12-02 |
评分 | 3.75/5 共8次评分 |
开发者 | TJ Hillard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |