Youtube Zero Annotations
Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!
O que é Youtube Zero Annotations?
Youtube Zero Annotations é uma extensão do Chrome desenvolvida por China-Cheats, e sua principal característica é "Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Zero Annotations
Baixe arquivos de extensão Youtube Zero Annotations no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Youtube Zero Annotations |
ID | pkbdojddadoogfnjcblknggopgcbdnhn |
URL Oficial | https://chromewebstore.google.com/detail/youtube-zero-annotations/pkbdojddadoogfnjcblknggopgcbdnhn |
Descrição | Watch Youtube Videos without the annoying Annotations, Texts and Clickable Links in Videos. Works on All Players on any Website! |
Tamanho do Arquivo | 73.29 KB |
Contagem de Instalações | 1,087 |
Versão Atual | 1.1.9 |
Última Atualização | 2017-07-09 |
Data de Publicação | 2017-07-08 |
Classificação | 2.65/5 Total de 43 Avaliações |
Desenvolvedor | China-Cheats |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |