SameVolume for Youtube™

Automatically adjusts loudness on Youtube™ videos.

SameVolume for Youtube™とは何ですか?

SameVolume for Youtube™はDanielによって開発されたChromeの拡張機能で、その主な機能は「Automatically adjusts loudness on Youtube™ videos.」です。

拡張機能のスクリーンショット

SameVolume for Youtube™拡張機能のCRXファイルをダウンロード

SameVolume for Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SameVolume for Youtube™ SameVolume for Youtube™
ID oknfappjlpkoficpccafoeklopcpmgem
公式URL https://chromewebstore.google.com/detail/samevolume-for-youtube/oknfappjlpkoficpccafoeklopcpmgem
説明 Automatically adjusts loudness on Youtube™ videos.
ファイルサイズ 171 KB
インストール数 124
現在のバージョン 1.2.4
最終更新日 2020-11-21
公開日 2020-11-20
評価 3.00/5 合計 2 レビュー
開発者 Daniel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://samevolume.com
対応言語 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"
}