Volume Silencer - Nullify Loud Sounds

Control HTML5 video & audio volume on Youtube, Facebook, Instagram, Google Meet, Reddit, & thousand of others from any Chrome tab!

Volume Silencer - Nullify Loud Soundsคืออะไร?

Volume Silencer - Nullify Loud Sounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MonolithDread และคุณลักษณะหลักของมันคือ "Control HTML5 video & audio volume on Youtube, Facebook, Instagram, Google Meet, Reddit, & thousand of others from any Chrome tab!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Volume Silencer - Nullify Loud Sounds

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

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

                        Ever watch Youtube videos that you think are too loud? 🔊

Ever watch videos with no idea of how to turn them up or down?! 🙄

Ever have a million tabs open and have to spend an hour finding that 1 video to mute?

Ever go to a library and forget your headphones at home? 🤦‍♂️

Stop wanting things and download the Volume Silencer extension today!

Features
  ⭐️ Adjust the Stealth lvl to make your active tab's video/audio volume as low as 0.001! Which is like super quiet 😉
  ⭐️ Works with HTML5 and WebM videos across the internet! So Youtube, Instagram, Facebook, Reddit, Zoom, Sharepoint, Google Meet, Veoh, Vimeo, 9Gag, 4Chan, and many many others work fantastically!
  ⭐️ Even works when embedded videos in iFrames! 🔥🔥🔥🔥
  ⭐️ Comes with HTML5 audio tag support which allows you to listen to all sorts of things like music and ringtones! 🎶🎶🎶
  ⭐️ Got a tab playing random sounds? Just mute those other tabs! 🤫🤫🤫
  ⭐️ Apply your current volume settings to all other tabs 🤩
  ⭐️ Focusing on 1 video? Mute all those other pesky tabs without leaving your current one! ✨✨✨
  ⭐️ Become an actual ninja assassin with your videos and mute them

Just watch your video, click the Volume Silencer icon in the side bar to show the popup, and start lowering the noise right now!                    

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

ชื่อ Volume Silencer - Nullify Loud Sounds Volume Silencer - Nullify Loud Sounds
ID npajikjhahljgfodjandbbbmmmaflkcc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/volume-silencer-nullify-l/npajikjhahljgfodjandbbbmmmaflkcc
คำอธิบาย Control HTML5 video & audio volume on Youtube, Facebook, Instagram, Google Meet, Reddit, & thousand of others from any Chrome tab!
ขนาดไฟล์ 35.78 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-03-23
วันที่เผยแพร่ 2021-02-23
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MonolithDread
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Silencer - Nullify Loud Sounds",
    "short_name": "Volume Silencer",
    "description": "Control HTML5 video & audio volume on Youtube, Facebook, Instagram, Google Meet, Reddit, & thousand of others from any Chrome tab!",
    "version": "2.0.0",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "assets\/app_icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/app_icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}