NPR one
NPRone : autoplay, speed up audio, and more
Cos'è NPR one?
NPR one è un'estensione di Chrome sviluppata da Harold Martin, e la sua funzione principale è "NPRone : autoplay, speed up audio, and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NPR one
Scarica i file di estensione NPR one in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | kjofnodheplpcpbognpfnbaopmjgbfdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/npr-one/kjofnodheplpcpbognpfnbaopmjgbfdg |
| Descrizione | NPRone : autoplay, speed up audio, and more |
| Dimensione del File | 22.29 KB |
| Conteggio Installazioni | 1,435 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2018-03-03 |
| Data di Pubblicazione | 2018-03-03 |
| Valutazione | 4.00/5 Totale 6 Valutazioni |
| Sviluppatore | Harold Martin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |