NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Wat is NPR Volume?
NPR Volume is een Chrome-extensie ontwikkeld door TJ Hillard, en de belangrijkste functie is "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".
Extensie Screenshots
Download het CRX-bestand van de extensie NPR Volume
Download NPR Volume-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
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.
Basisinformatie over de Extensie
Naam | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
Officiële URL | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
Beschrijving | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
Bestandsgrootte | 4.56 KB |
Aantal Installaties | 365 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2017-12-02 |
Publicatiedatum | 2017-12-02 |
Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | TJ Hillard |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |