Headspace Volume Control

Adds a volume controller to audio elements on Headspace.

ما هو Headspace Volume Control؟

Headspace Volume Control هو إضافة Chrome تم تطويرها بواسطة skend، والميزة الرئيسية لها هي "Adds a volume controller to audio elements on Headspace.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Headspace Volume Control

قم بتنزيل ملفات الامتداد Headspace Volume Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension provides a volume bar on Headspace when listening to audio-only meditation guidance.                    

معلومات أساسية عن التمديد

الاسم Headspace Volume Control Headspace Volume Control
ID amnmlkcapciglhlipjglajfnncapccac
عنوان URL الرسمي https://chromewebstore.google.com/detail/headspace-volume-control/amnmlkcapciglhlipjglajfnncapccac
الوصف Adds a volume controller to audio elements on Headspace.
حجم الملف 47.44 KB
عدد التثبيتات 642
النسخة الحالية 0.1
آخر تحديث 2018-03-13
تاريخ النشر 2018-03-13
تقييم 3.75/5 مجموع تقييمات 4
المطور skend
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Headspace Volume Control",
    "version": "0.1",
    "description": "Adds a volume controller to audio elements on Headspace.",
    "permissions": [
        "https:\/\/my.headspace.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.headspace.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "controller.js"
            ],
            "run_at": "document_end"
        }
    ]
}