NPR one
NPRone : autoplay, speed up audio, and more
什么是NPR one?
NPR one是由Harold Martin开发的Chrome扩展程序,该扩展的主要功能是“NPRone : autoplay, speed up audio, and more”。
扩展截图
下载NPR one扩展crx文件
下载NPR one扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Right click to set play back speed between 0.75x and 2x
* Play / pause button in browser toolbar
* Now playing notifications with Next and Read buttons
* Autoplay 扩展基本信息
| 名称 | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| 官方URL | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| 简介 | NPRone : autoplay, speed up audio, and more |
| 文件大小 | 22.29 KB |
| 安装次数 | 1,435 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2018-03-03 |
| 上架时间 | 2018-03-03 |
| 评分 | 4.00/5 共6次评分 |
| 开发者 | Harold Martin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPR one",
"description": "NPRone : autoplay, speed up audio, and more",
"version": "1.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"contextMenus",
"alarms",
"background",
"notifications",
"*:\/\/*.npr.org\/*"
],
"web_accessible_resources": [
"background.js"
],
"browser_action": {
"default_icon": "img\/favicon-32x32.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/one.npr.org\/*"
],
"js": [
"npr.js"
]
}
],
"icons": {
"16": "img\/favicon-16x16.png",
"48": "img\/favicon-48x48.png",
"128": "img\/favicon-128x128.png"
},
"manifest_version": 2
} | |