NPR Volume

NPR Volume

Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…

Merlin
Additional files are visible only to premium users

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"
  ]
}