YouTube Normalizer

Normalizes the sound level of all Youtube™ videos.

YouTube Normalizerคืออะไร?

YouTube Normalizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel และคุณลักษณะหลักของมันคือ "Normalizes the sound level of all Youtube™ videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Normalizer

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Normalizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FREE Sound Normalizer is fully automatic and automagically adjust all Youtube™ videos to the same sound-level.

Also blocks ads and let you download the video for watching offline later.

Note: YouTube is trademark of Google Inc. Use of this trademark is subject to Google Permissions. This extension is NOT associated with YouTube or Google Inc in any ways.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Normalizer YouTube Normalizer
ID ihlalbalpneokgcdiafhkjpnbekhlnmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-normalizer/ihlalbalpneokgcdiafhkjpnbekhlnmc
คำอธิบาย Normalizes the sound level of all Youtube™ videos.
ขนาดไฟล์ 90.52 KB
จำนวนการติดตั้ง 2,617
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-12-11
คะแนน 3.35/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา Daniel
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nrmlzr.com
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
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.3.4",
    "permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/*.youtube.com\/*",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/knyttneve.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/reklame.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "src\/chrome.html"
    },
    "icons": {
        "48": "src\/img\/nrmlzr48.png",
        "128": "src\/img\/nrmlzr128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "src\/img\/nrmlzr48.png",
            "128": "src\/img\/nrmlzr128.png"
        },
        "default_title": "Normalizer",
        "default_popup": "src\/popup.html"
    },
    "homepage_url": "https:\/\/nrmlzr.com\/?extension",
    "web_accessible_resources": [
        "src\/*",
        "src\/img\/*"
    ],
    "minimum_chrome_version": "65"
}