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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Youtube Zero Annotations擴展crx文件

下載Youtube Zero Annotations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Youtube Zero Annotations
ID pkbdojddadoogfnjcblknggopgcbdnhn
官方網址 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
}