NPR Volume

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

NPR Volumeคืออะไร?

NPR Volume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TJ Hillard และคุณลักษณะหลักของมันคือ "Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPR Volume

ดาวน์โหลดไฟล์ส่วนขยาย NPR Volume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NPR Volume NPR Volume
ID dhhiahjlllgdfmlofacelhlikdnnalan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan
คำอธิบาย Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
ขนาดไฟล์ 4.56 KB
จำนวนการติดตั้ง 365
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-12-02
วันที่เผยแพร่ 2017-12-02
คะแนน 3.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา TJ Hillard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}