NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Cos'è NPR Volume?
NPR Volume è un'estensione di Chrome sviluppata da TJ Hillard, e la sua funzione principale è "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NPR Volume
Scarica i file di estensione NPR Volume 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dhhiahjlllgdfmlofacelhlikdnnalan |
| URL Ufficiale | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
| Descrizione | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
| Dimensione del File | 4.56 KB |
| Conteggio Installazioni | 365 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2017-12-02 |
| Data di Pubblicazione | 2017-12-02 |
| Valutazione | 3.75/5 Totale 8 Valutazioni |
| Sviluppatore | TJ Hillard |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |