Youtube - Noise Control

This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…

Youtube - Noise Controlคืออะไร?

Youtube - Noise Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anders Moberg และคุณลักษณะหลักของมันคือ "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube - Noise Control

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

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

                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                    

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

ชื่อ Youtube - Noise Control Youtube - Noise Control
ID kibcpalpaedgigdjphcplmeligepkiem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem
คำอธิบาย This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
ขนาดไฟล์ 3.3 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2016-12-14
วันที่เผยแพร่ 2016-12-14
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Anders Moberg
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://a-moberg.com/
URL หน้าช่วยเหลือ https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}