Persistent Video/Audio Volume

Saves video and audio volume

什麼是Persistent Video/Audio Volume?

Persistent Video/Audio Volume是由Pudding開發的Chrome擴展程式,該擴展的主要功能是“Saves video and audio volume”。

擴展截圖

screenshot

下載Persistent Video/Audio Volume擴展crx文件

下載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
官方網址 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"
        }
    }
}