Youtube Zero Annotations
Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!
Youtube Zero Annotations란 무엇입니까?
Youtube Zero Annotations은(는) China-Cheats에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!"입니다.
확장 프로그램 스크린샷
Youtube Zero Annotations 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Major Update: We are proud to Announce the new Version of Youtube Zero Annotations 1.1.1. The new Version supports all Youtube Languages for all Countries. And its no longer required to Install AdBlock Plus for Removal of the Startup Ads on Youtube. It will from now on Automatically Remove all Annotations in Videos with Ads. We have also accomplished removal of Annotations from Youtube Playlist Videos and when Visiting previous Videos using the the "Go Back" button. All the changes mentioned above are now available in Version 1.1.0 and versions later. --------------------------------------- New Version 1.1.9 Changes --------------------------------------- - OnInstall Function Added to show Status on Button after Installation. --------------------------------------- Version 1.1.8 Change Log --------------------------------------- Error Fixes: TypeError Null/Undefined Stack Trace (Fixed) --------------------------------------- Version 1.1.3 Change Log --------------------------------------- We have Included a Toolbar Button to Turn ON/OFF the Annotations with a Single Click, and at any time. The Toolbar Button comes with Cool Badges with the text ON/OFF. This way you will always be aware of when Annotations are Disabled. - New Toolbar Button with ON/OFF Badges to Enable/disable Annotations with a Single Click --------------------------------------- Version 1.1.0 Change Log --------------------------------------- - Removal of Annotations when using the "Go Back" Button to View Previouse Videos. - Removal of Annotations that might appear Later in Youtube Players timeline - Removal of Annotations when the Video Automatically Changes or Plays the next Video - Removal of Annotations From Videos in Youtube Playlists All these new Changes were not Possible in older versions befor version 1.1.0. ============================ Unwanted Annotations ============================ Notice: In very few cases some Annotations might Show up here and there. It happens if you click too fast between Videos Links. In the case just Click on "Play" or "Pause" button to get rid of any Unwanted Annotations on any Video. Using the "Play" or "Pause" button will always Automatically Trigger the Annotation-Removal Function based on Videos State. Thats a simple Trick that works with the New version of Youtube Zero Annotations 1.1.0 Or you can always Refresh the Page too to get Rid of any extra or unwanted Annotations. =============================== About Youtube Zero Annotation =============================== Youtube Zero Annotations Removes All Annotations, Including Text and Clickable Links in Videos. The Youtube Zero Annotations Extension creates also a Toolbar Button for Quick Youtube Visitations which appears on Top right Corner of your Web Browser! After Installing the Extension it will Extension get Immediately Activated and ready for use. You dont have to Restart your Web Browser. Visit www.Youtube.com or any other Website and start Watching Youtube Videos. ========================== Installation ========================== 1. Download and Install the "Youtube Zero Annotations" First. 2. Visit www.Youtube.com and start watching Videos. Thats Basicly it. ================================ How to Disable The Extension? ================================ To Disable or Enable the Youtube Zero Annotation Extension. Goto > Tools Menu > Addons > Extensions > Select the Youtube Zero Annotations > Then click on "Disable" to Disable the Extension. Or you can Click on "Enable" Button to Enable the Extension. =========================================== About OLD Versions below Version 1.1.0 =========================================== Important: Using Versions below v1.1.0 its recommended that you Install AdBlock Plus Extension for Removal of Anotations in Youtube videos with Ads. ============================= Download for Other Browsers ============================= For Firefox: https://addons.mozilla.org/en-US/firefox/addon/youtube-zero-annotations For Chrome: https://chrome.google.com/webstore/detail/youtube-zero-annotations/pkbdojddadoogfnjcblknggopgcbdnhn For Opera: https://addons.opera.com/en/extensions/details/youtube-zero-annotations
확장 프로그램 기본 정보
이름 | Youtube Zero Annotations |
ID | pkbdojddadoogfnjcblknggopgcbdnhn |
공식 URL | https://chromewebstore.google.com/detail/youtube-zero-annotations/pkbdojddadoogfnjcblknggopgcbdnhn |
설명 | Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website! |
파일 크기 | 73.29 KB |
설치 횟수 | 1,087 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2017-07-09 |
출시 날짜 | 2017-07-08 |
평점 | 2.65/5 총 43 개의 평점 |
개발자 | China-Cheats |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Zero Annotations", "description": "Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!", "version": "1.1.9", "browser_action": { "default_icon": "icons\/Off.png", "default_title": "Youtube Zero Annotations" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |