Persistent Video/Audio Volume

Saves video and audio volume

Apa itu Persistent Video/Audio Volume?

Persistent Video/Audio Volume adalah ekstensi Chrome yang dikembangkan oleh Pudding, dan fitur utamanya adalah "Saves video and audio volume".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Persistent Video/Audio Volume

Unduh file ekstensi Persistent Video/Audio Volume 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

                        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                    

Informasi Dasar Ekstensi

Nama Persistent Video/Audio Volume Persistent Video/Audio Volume
ID ppoliijncpdcgddmfibmgnjhegceaadj
URL Resmi https://chromewebstore.google.com/detail/persistent-videoaudio-vol/ppoliijncpdcgddmfibmgnjhegceaadj
Deskripsi Saves video and audio volume
Ukuran File 264 KB
Jumlah Instalasi 2,786
Versi Saat Ini 0.10.1
Terakhir Diperbarui 2020-08-23
Tanggal Publikasi 2020-02-09
Penilaian 4.34/5 Total 44 Penilaian
Pengembang Pudding
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/puddingspudding/persistent-video-volume
URL Halaman Bantuan https://github.com/puddingspudding/persistent-video-volume
Bahasa yang Didukung 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"
        }
    }
}