Volume Booster Plus
Increase audio volume up to 600% from the maximum! Boost your sound
Apa itu Volume Booster Plus?
Volume Booster Plus adalah ekstensi Chrome yang dikembangkan oleh Volume Booster Plus, dan fitur utamanya adalah "Increase audio volume up to 600% from the maximum! Boost your sound".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Volume Booster Plus
Unduh file ekstensi Volume Booster Plus 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
Volume Booster Plus can increase the audio volume above the maximum value. Features: ⭐ Amplify volume up to 600% ⭐ Different settings for a specific tab, domain, or globally ⭐ Disable in one click on all pages Please note, that for security reasons this functionality requires user interaction to enable volume boosting. Open a popup and activate boost by clicking the button “Activate”.
Informasi Dasar Ekstensi
Nama | |
ID | fejgiddmdpgdmhhdjbophmflidmdpgdi |
URL Resmi | https://chrome.google.com/webstore/detail/volume-booster-plus/fejgiddmdpgdmhhdjbophmflidmdpgdi |
Deskripsi | Increase audio volume up to 600% from the maximum! Boost your sound |
Ukuran File | 211 KB |
Jumlah Instalasi | 2,709,708 |
Versi Saat Ini | 0.7.5.0 |
Terakhir Diperbarui | 2022-09-28 |
Tanggal Publikasi | 2021-07-05 |
Penilaian | 4.33/5 Total 27 Penilaian |
Pengembang | Volume Booster Plus |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://docs.google.com/document/d/e/2PACX-1vT7DdXgD1zW12HIGtzhSkmlorQBbzcuSAVd1fC5myFUe5NQtP8aw_ib8_ysSVi8cQP91O9mYnUnydZ5/pub |
Bahasa yang Didukung | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Ricardo Milos", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_extName__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "55.0", "name": "__MSG_extName__", "permissions": [ "storage", "tabCapture", " |