Volume Extra

Volume Booster!

Volume Extra là gì?

Volume Extra là một tiện ích mở rộng Chrome được phát triển bởi volumemaster2022, và tính năng chính của nó là "Volume Booster!".

Ả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 Volume Extra

Tải xuống các tệp mở rộng Volume Extra 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

                        Increase the volume of your music or video to the level you want

By clicking "Add to chrome", I accept and agree to installing “Volume Extra  Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.

Privacy Policy https://masterofvolume.com/privacy.html

Terms and Conditions https://masterofvolume.com/terms.html                    

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

Tên Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
URL Chính Thức https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
Mô tả Volume Booster!
Kích Thước Tệp 20.62 KB
Số Lần Cài Đặt 3,429
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-10-23
Ngày Phát Hành 2022-10-18
Nhà Phát Triển volumemaster2022
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://masterofvolume.com/index.html
URL Trang Trợ Giúp https://masterofvolume.com/privacy.html
URL Trang Chính Sách Bảo Mật https://masterofvolume.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Extra",
    "description": "Volume Booster!",
    "manifest_version": 3,
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Volume Extra",
        "default_icon": {
            "128": "images\/icon\/128.png"
        }
    },
    "permissions": [
        "tabs",
        "tabCapture",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/masterofvolume.com\/*"
    ],
    "icons": {
        "128": "images\/icon\/128.png"
    },
    "background": {
        "service_worker": ".\/service-worker.js"
    }
}