NPR one
NPRone : autoplay, speed up audio, and more
Was ist NPR one?
NPR one ist eine Chrome-Erweiterung, die von Harold Martin entwickelt wurde, und ihr Hauptmerkmal ist "NPRone : autoplay, speed up audio, and more".
Erweiterungsscreenshots
NPR one-Erweiterungs-CRX-Datei herunterladen
Laden Sie NPR one-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
* 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| Offizielle URL | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| Beschreibung | NPRone : autoplay, speed up audio, and more |
| Dateigröße | 22.29 KB |
| Installationsanzahl | 1,435 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2018-03-03 |
| Veröffentlichungsdatum | 2018-03-03 |
| Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Harold Martin |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |