SameVolume for Youtube™

Automatically adjusts loudness on Youtube™ videos.

Cos'è SameVolume for Youtube™?

SameVolume for Youtube™ è un'estensione di Chrome sviluppata da Daniel, e la sua funzione principale è "Automatically adjusts loudness on Youtube™ videos.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione SameVolume for Youtube™

Scarica i file di estensione SameVolume for Youtube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SameVolume for Youtube™ SameVolume for Youtube™
ID oknfappjlpkoficpccafoeklopcpmgem
URL Ufficiale https://chromewebstore.google.com/detail/samevolume-for-youtube/oknfappjlpkoficpccafoeklopcpmgem
Descrizione Automatically adjusts loudness on Youtube™ videos.
Dimensione del File 171 KB
Conteggio Installazioni 124
Versione Corrente 1.2.4
Ultimo Aggiornamento 2020-11-21
Data di Pubblicazione 2020-11-20
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Daniel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://samevolume.com
Lingue Supportate 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"
}