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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον China-Cheats, και η κύρια λειτουργία του είναι "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

Λήψη αρχείου CRX της επέκτασης Youtube Zero Annotations

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}