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은(는) https://www.ivoilic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button that allows you to turn off and on the annotations on Youtube videos"입니다.
확장 프로그램 스크린샷
YouTube Annotation Toggle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |