Volume Extra

Volume Booster!

Apa itu Volume Extra?

Volume Extra adalah ekstensi Chrome yang dikembangkan oleh volumemaster2022, dan fitur utamanya adalah "Volume Booster!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Volume Extra

Unduh file ekstensi Volume Extra dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Volume Extra Volume Extra
ID mlmfhglknodhldjfclcchlgebdfadgbo
URL Resmi https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo
Deskripsi Volume Booster!
Ukuran File 20.62 KB
Jumlah Instalasi 3,429
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-10-23
Tanggal Publikasi 2022-10-18
Pengembang volumemaster2022
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://masterofvolume.com/index.html
URL Halaman Bantuan https://masterofvolume.com/privacy.html
URL Halaman Kebijakan Privasi https://masterofvolume.com/privacy.html
Bahasa yang Didukung 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"
    }
}