YouTube Annotation Toggle
Adds a button that allows you to turn off and on the annotations on Youtube videos
¿Qué es YouTube Annotation Toggle?
YouTube Annotation Toggle es una extensión de Chrome desarrollada por https://www.ivoilic.com, y su función principal es "Adds a button that allows you to turn off and on the annotations on Youtube videos".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Annotation Toggle
Descarga archivos de extensión YouTube Annotation Toggle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Sometimes you just want to watch a music video without those annoying annotations popping up and ruining your enjoyment. This extension add button to the toolbar of YouTube videos that allows you to toggle annotations on and off. Please report any missed annotation or problems. Future update will include the ability to have annotations hidden by default.
Información Básica de la Extensión
Nombre | YouTube Annotation Toggle |
ID | nhhfmndchldoleopaobhmdbdaafaolhb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb |
Descripción | Adds a button that allows you to turn off and on the annotations on Youtube videos |
Tamaño del Archivo | 42.02 KB |
Cantidad de Instalaciones | 67 |
Versión Actual | 1.1 |
Última Actualización | 2015-04-08 |
Fecha de Publicación | 2015-04-08 |
Calificación | 3.25/5 Total de 4 Calificaciones |
Desarrollador | https://www.ivoilic.com |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Ivo Ili\u0107", "name": "YouTube Annotation Toggle", "description": "Adds a button that allows you to turn off and on the annotations on Youtube videos", "version": "1.1", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "content_scripts": [ { "css": [ "annotation-toggle.css" ], "js": [ "jquery-2.1.3.min.js", "annotation-toggle.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ] } |