Persistent Video/Audio Volume

Saves video and audio volume

ما هو Persistent Video/Audio Volume؟

Persistent Video/Audio Volume هو إضافة Chrome تم تطويرها بواسطة Pudding، والميزة الرئيسية لها هي "Saves video and audio volume".

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

screenshot

تحميل ملف CRX للإضافة Persistent Video/Audio Volume

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

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

                        I hate websites playing video with 100% volume especially while wearing headphones. This chrome extension enables you to sets the video volume for each website separately. Just set the volume in the top right corner to you preferred level.

- Facebook.com
- 9gag.com
- Bandcamp.com
- ... and many more                    

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

الاسم Persistent Video/Audio Volume Persistent Video/Audio Volume
ID ppoliijncpdcgddmfibmgnjhegceaadj
عنوان URL الرسمي https://chromewebstore.google.com/detail/persistent-videoaudio-vol/ppoliijncpdcgddmfibmgnjhegceaadj
الوصف Saves video and audio volume
حجم الملف 264 KB
عدد التثبيتات 2,786
النسخة الحالية 0.10.1
آخر تحديث 2020-08-23
تاريخ النشر 2020-02-09
تقييم 4.34/5 مجموع تقييمات 44
المطور Pudding
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/puddingspudding/persistent-video-volume
عنوان صفحة المساعدة https://github.com/puddingspudding/persistent-video-volume
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persistent Video\/Audio Volume",
    "version": "0.10.1",
    "manifest_version": 2,
    "description": "Saves video and audio volume",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    }
}