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
电子邮箱 [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"
}