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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}