Remove Youtube Annotations

Removes annotations from YouTube

Remove Youtube Annotationsคืออะไร?

Remove Youtube Annotations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joelakuhn และคุณลักษณะหลักของมันคือ "Removes annotations from YouTube"

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

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

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

                        Removes annotations from YouTube videos.                    

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

ชื่อ Remove Youtube Annotations Remove Youtube Annotations
ID mpnljnkkbeeckfphjlnjjgahfpmgcbib
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib
คำอธิบาย Removes annotations from YouTube
ขนาดไฟล์ 8.66 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-02-13
วันที่เผยแพร่ 2017-02-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา joelakuhn
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Youtube Annotations",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Removes annotations from YouTube",
    "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}