YouTube™ No Annotations

Prevents YouTube HTML5 and Flash players from auto-enabling video annotations

YouTube™ No Annotationsคืออะไร?

YouTube™ No Annotations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tlintspr และคุณลักษณะหลักของมันคือ "Prevents YouTube HTML5 and Flash players from auto-enabling video annotations"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ No Annotations

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

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

                        This extension (add-on) prevents YouTube from displaying annotations provided by publishers. Basically the annotation button is disabled once the player is loaded. You can simply turn it on if you wish.

Note that annotations are being turned off once the player is loaded in a new tab/window.
This extension works for both HTML5 and Flash players.

For bug reports and FAQs regarding this extension please visit:
http://add0n.com/youtube-tools.html                    

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

ชื่อ YouTube™ No Annotations YouTube™ No Annotations
ID blbeeekjmbolfmgimcgfmigmcgnjkonk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-no-annotations/blbeeekjmbolfmgimcgfmigmcgnjkonk
คำอธิบาย Prevents YouTube HTML5 and Flash players from auto-enabling video annotations
ขนาดไฟล์ 35.6 KB
จำนวนการติดตั้ง 422
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2018-12-08
วันที่เผยแพร่ 2018-12-08
คะแนน 3.25/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา tlintspr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/youtube-tools.html
URL หน้าช่วยเหลือ http://add0n.com/youtube-tools.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 No Annotations",
    "short_name": "iynannotations",
    "description": "Prevents YouTube HTML5 and Flash players from auto-enabling video annotations",
    "author": "James Fray",
    "version": "0.1.4",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "common.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "data\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "homepage_url": "http:\/\/add0n.com\/youtube-tools.html?from=annotations",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    }
}