NPR Volume

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

What is NPR Volume?

NPR Volume is a Chrome extension developed by TJ Hillard, and its main feature is "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".

Extension Screenshots

screenshot

Download NPR Volume Extension CRX File

Download NPR Volume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NPR Volume NPR Volume
ID dhhiahjlllgdfmlofacelhlikdnnalan
Official URL https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan
Description Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
File Size 4.56 KB
Installation Count 365
Current Version 0.0.3
Last Updated 2017-12-02
Publish Date 2017-12-02
Rating 3.75/5 Total 8 Ratings
Developer TJ Hillard
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}