Silent YouTube Ads

Moral silencing of YouTube ads.

Silent YouTube Adsคืออะไร?

Silent YouTube Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tim และคุณลักษณะหลักของมันคือ "Moral silencing of YouTube ads."

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

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

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

                        Silences the YouTube video element when ads play.  This will not skip ads until the user has sat through the required delay.  This extension will automatically close any ads once YouTube deems them available to close.                    

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

ชื่อ Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
คำอธิบาย Moral silencing of YouTube ads.
ขนาดไฟล์ 5.61 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2015-05-22
วันที่เผยแพร่ 2015-05-22
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา tim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silent YouTube Ads",
    "author": "Tim Branyen (@tbranyen)",
    "version": "0.1.4",
    "description": "Moral silencing of YouTube ads.",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map"
    ]
}