Volume Extra
Volume Booster!
Vad är Volume Extra?
Volume Extra är en Chrome-tillägg utvecklad av volumemaster2022, och dess huvudfunktion är "Volume Booster!".
Tilläggsskärmbilder
Ladda ner Volume Extra-förlängningens CRX-fil
Ladda ner Volume Extra-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mlmfhglknodhldjfclcchlgebdfadgbo |
| Officiell webbadress | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
| Beskrivning | Volume Booster! |
| Filstorlek | 20.62 KB |
| Antal Installationer | 3,429 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-10-23 |
| Publiceringsdatum | 2022-10-18 |
| Utvecklare | volumemaster2022 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://masterofvolume.com/index.html |
| Hjälpsida URL | https://masterofvolume.com/privacy.html |
| URL till Sekretesspolicy Sidan | https://masterofvolume.com/privacy.html |
| Stödda Språk | 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"
}
} | |