NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Vad är NPR Volume?
NPR Volume är en Chrome-tillägg utvecklad av TJ Hillard, och dess huvudfunktion är "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".
Tilläggsskärmbilder
Ladda ner NPR Volume-förlängningens CRX-fil
Ladda ner NPR Volume-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
Officiell webbadress | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
Beskrivning | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
Filstorlek | 4.56 KB |
Antal Installationer | 365 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2017-12-02 |
Publiceringsdatum | 2017-12-02 |
Betyg | 3.75/5 Totalt 8 Betyg |
Utvecklare | TJ Hillard |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |