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 là gì?

Youtube Zero Annotations là một tiện ích mở rộng Chrome được phát triển bởi China-Cheats, và tính năng chính của nó là "Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Zero Annotations

Tải xuống các tệp mở rộng Youtube Zero Annotations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Zero Annotations Youtube Zero Annotations
ID pkbdojddadoogfnjcblknggopgcbdnhn
URL Chính Thức https://chromewebstore.google.com/detail/youtube-zero-annotations/pkbdojddadoogfnjcblknggopgcbdnhn
Mô tả Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!
Kích Thước Tệp 73.29 KB
Số Lần Cài Đặt 1,087
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2017-07-09
Ngày Phát Hành 2017-07-08
Đánh Giá 2.65/5 Tổng số 43 Đánh Giá
Nhà Phát Triển China-Cheats
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}