MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

MutAdคืออะไร?

MutAd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gz0220 และคุณลักษณะหลักของมันคือ "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…"

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

screenshot

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

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

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

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

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

ชื่อ MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
คำอธิบาย After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
ขนาดไฟล์ 10.73 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 0.91
อัปเดตครั้งล่าสุด 2015-11-13
วันที่เผยแพร่ 2015-11-13
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา gz0220
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/galziv/MutAd
URL หน้าช่วยเหลือ https://github.com/galziv/MutAd
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}