SameVolume for Youtube™

Automatically adjusts loudness on Youtube™ videos.

O que é SameVolume for Youtube™?

SameVolume for Youtube™ é uma extensão do Chrome desenvolvida por Daniel, e sua principal característica é "Automatically adjusts loudness on Youtube™ videos.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão SameVolume for Youtube™

Baixe arquivos de extensão SameVolume for Youtube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Automatically adjust YouTube videos to play with the same loudness, no need to manually adjust the volume anymore. 

Live Streams can be adjusted individually and the level you set is saved until the next time you view the same Live Stream. 

The browser extension blocks most annoying ads, giving you a better experience on YouTube. It works on most other websites with HTML5 audio or video.                    

Informações Básicas da Extensão

Nome SameVolume for Youtube™ SameVolume for Youtube™
ID oknfappjlpkoficpccafoeklopcpmgem
URL Oficial https://chromewebstore.google.com/detail/samevolume-for-youtube/oknfappjlpkoficpccafoeklopcpmgem
Descrição Automatically adjusts loudness on Youtube™ videos.
Tamanho do Arquivo 171 KB
Contagem de Instalações 124
Versão Atual 1.2.4
Última Atualização 2020-11-21
Data de Publicação 2020-11-20
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Daniel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://samevolume.com
Idiomas Suportados id,de,en,fil,fr,no,vi,da,es,it,pl,ru,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "1.2.4",
    "options_ui": {
        "page": "velge\/valg.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kropp\/knyttneve.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kropp\/reklame.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "kropp\/skjorte.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/samevolume.com\/*"
        ]
    },
    "icons": {
        "48": "kropp\/bilder\/samevolume48.png",
        "128": "kropp\/bilder\/samevolume128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "kropp\/bilder\/samevolume48.png"
        },
        "default_title": "SameVolume",
        "default_popup": "kropp\/hode\/ansikt.html"
    },
    "homepage_url": "https:\/\/samevolume.com\/?fromtheuniverse",
    "web_accessible_resources": [
        "kropp\/*",
        "kropp\/hode\/*",
        "kropp\/bilder\/*"
    ],
    "minimum_chrome_version": "65"
}