Volume Sizzler

Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.

Volume Sizzler là gì?

Volume Sizzler là một tiện ích mở rộng Chrome được phát triển bởi johnathantam00, và tính năng chính của nó là "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.".

Ả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 Sizzler

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

                        This extension is a audio based app. It manipulates the audio from any given tab with three key options so far. Amplification of the volume, and manipulation of treble and bass. This app is great for messing around with and a general all purpose tool when it comes to listening to audio.  It can boost audio and also make it more clear, whether it be through the treble or the bass options. 

Thanks!
Have fun.                    

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

Tên Volume Sizzler Volume Sizzler
ID pajeannaoeabfimkbbcecmbionmmoohm
URL Chính Thức https://chromewebstore.google.com/detail/volume-sizzler/pajeannaoeabfimkbbcecmbionmmoohm
Mô tả Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.
Kích Thước Tệp 32.63 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 4.1
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2022-02-10
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển johnathantam00
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Volume Sizzler",
    "version": "4.1",
    "description": "Volume Manipulator!. This extension can be used to amplify, adjust bass, and as well as adjust treble. Have fun! Enjoy.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": ".\/app\/background.js"
    },
    "action": {
        "default_icon": ".\/app\/images\/128x128Icon.png",
        "default_title": "Change volume",
        "default_popup": ".\/app\/VolumeSizzler.html"
    },
    "icons": {
        "16": ".\/app\/images\/16x16Icon.png",
        "32": ".\/app\/images\/32x32Icon.png",
        "48": ".\/app\/images\/48x48Icon.png",
        "128": ".\/app\/images\/128x128Icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ""
            ]
        }
    ]
}