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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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"
        }
    }
}