YouTube™ No Annotations

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

YouTube™ No Annotations란 무엇입니까?

YouTube™ No Annotations은(는) tlintspr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents YouTube HTML5 and Flash players from auto-enabling video annotations"입니다.

확장 프로그램 스크린샷

screenshot

YouTube™ No Annotations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}