Amplify

Increase sound volume up to 500%

Wat is Amplify?

Amplify is een Chrome-extensie ontwikkeld door Hildegard Williams, en de belangrijkste functie is "Increase sound volume up to 500%".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Amplify

Download Amplify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ever experienced the music or video sound volume is too low?
“Amplify” helps you set your volume up to 500% 🔊

Features:
✅ Boost volume in a single tab, whole site or everywhere 
✅ List of tabs that plays audio and adjust the volume

Limitations:
⚠️ Doesn’t work in full-screen mode
⚠️ Depending on your hardware the sound could be distorted                    

Basisinformatie over de Extensie

Naam Amplify Amplify
ID nedchlmlbnpnkdahnbpdjaghlcaacdgc
Officiële URL https://chrome.google.com/webstore/detail/amplify/nedchlmlbnpnkdahnbpdjaghlcaacdgc
Beschrijving Increase sound volume up to 500%
Bestandsgrootte 295 KB
Aantal Installaties 80,000
Huidige Versie 1.4.2
Laatst Bijgewerkt 2021-07-16
Publicatiedatum 2020-09-23
Beoordeling 3.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Hildegard Williams
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.notion.so/Privacy-policy-Amplify-2f0de25708584b85be8339a1feefea64
Ondersteunde Talen id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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",
    "background": {
        "scripts": [
            "analytics.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon-128.png",
            "48": "icon-48.png",
            "16": "icon-16.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "tabCapture",
        "tabs",
        "storage"
    ],
    "version": "1.4.2",
    "web_accessible_resources": [
        "*.css"
    ]
}