Volume Extra

Volume Booster!

Volume Extraคืออะไร?

Volume Extra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย volumemaster2022 และคุณลักษณะหลักของมันคือ "Volume Booster!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volume Extra

ดาวน์โหลดไฟล์ส่วนขยาย Volume Extra ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
คำอธิบาย Volume Booster!
ขนาดไฟล์ 20.62 KB
จำนวนการติดตั้ง 3,429
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-10-23
วันที่เผยแพร่ 2022-10-18
ผู้พัฒนา volumemaster2022
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://masterofvolume.com/index.html
URL หน้าช่วยเหลือ https://masterofvolume.com/privacy.html
URL หน้านโยบายความเป็นส่วนตัว https://masterofvolume.com/privacy.html
ภาษาที่รองรับ 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"
    }
}