NPR Volume

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

Apa itu NPR Volume?

NPR Volume adalah ekstensi Chrome yang dikembangkan oleh TJ Hillard, dan fitur utamanya adalah "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NPR Volume

Unduh file ekstensi NPR Volume dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NPR Volume NPR Volume
ID dhhiahjlllgdfmlofacelhlikdnnalan
URL Resmi https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan
Deskripsi Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Ukuran File 4.56 KB
Jumlah Instalasi 365
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2017-12-02
Tanggal Publikasi 2017-12-02
Penilaian 3.75/5 Total 8 Penilaian
Pengembang TJ Hillard
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}