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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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