NPR one
NPRone : autoplay, speed up audio, and more
Wat is NPR one?
NPR one is een Chrome-extensie ontwikkeld door Harold Martin, en de belangrijkste functie is "NPRone : autoplay, speed up audio, and more".
Extensie Screenshots
Download het CRX-bestand van de extensie NPR one
Download NPR one-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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 Basisinformatie over de Extensie
| Naam | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| Officiële URL | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| Beschrijving | NPRone : autoplay, speed up audio, and more |
| Bestandsgrootte | 22.29 KB |
| Aantal Installaties | 1,435 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2018-03-03 |
| Publicatiedatum | 2018-03-03 |
| Beoordeling | 4.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Harold Martin |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |