Persistent Video/Audio Volume

Saves video and audio volume

Persistent Video/Audio Volume là gì?

Persistent Video/Audio Volume là một tiện ích mở rộng Chrome được phát triển bởi Pudding, và tính năng chính của nó là "Saves video and audio volume".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Persistent Video/Audio Volume

Tải xuống các tệp mở rộng Persistent Video/Audio Volume dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Persistent Video/Audio Volume Persistent Video/Audio Volume
ID ppoliijncpdcgddmfibmgnjhegceaadj
URL Chính Thức https://chromewebstore.google.com/detail/persistent-videoaudio-vol/ppoliijncpdcgddmfibmgnjhegceaadj
Mô tả Saves video and audio volume
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 2,786
Phiên Bản Hiện Tại 0.10.1
Cập Nhật Lần Cuối 2020-08-23
Ngày Phát Hành 2020-02-09
Đánh Giá 4.34/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Pudding
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/puddingspudding/persistent-video-volume
URL Trang Trợ Giúp https://github.com/puddingspudding/persistent-video-volume
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}