YouTube Annotation Toggle

Adds a button that allows you to turn off and on the annotations on Youtube videos

YouTube Annotation Toggleคืออะไร?

YouTube Annotation Toggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ivoilic.com และคุณลักษณะหลักของมันคือ "Adds a button that allows you to turn off and on the annotations on Youtube videos"

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

screenshot
screenshot

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

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

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

                        Sometimes you just want to watch a music video without those annoying annotations popping up and ruining your enjoyment.  This extension add button to the toolbar of YouTube videos that allows you to toggle annotations on and off.  Please report any missed annotation or problems.  Future update will include the ability to have annotations hidden by default.                    

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

ชื่อ YouTube Annotation Toggle YouTube Annotation Toggle
ID nhhfmndchldoleopaobhmdbdaafaolhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb
คำอธิบาย Adds a button that allows you to turn off and on the annotations on Youtube videos
ขนาดไฟล์ 42.02 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-04-08
วันที่เผยแพร่ 2015-04-08
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.ivoilic.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Ivo Ili\u0107",
    "name": "YouTube Annotation Toggle",
    "description": "Adds a button that allows you to turn off and on the annotations on Youtube videos",
    "version": "1.1",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "annotation-toggle.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "annotation-toggle.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}