YouTube Annotation Toggle
Adds a button that allows you to turn off and on the annotations on Youtube videos
Что такое YouTube Annotation Toggle?
YouTube Annotation Toggle - это расширение Chrome, разработанное https://www.ivoilic.com, и его основная функция - "Adds a button that allows you to turn off and on the annotations on Youtube videos".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Annotation Toggle
Скачайте файлы расширений YouTube Annotation Toggle в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | YouTube Annotation Toggle |
ID | nhhfmndchldoleopaobhmdbdaafaolhb |
Официальный URL | https://chromewebstore.google.com/detail/youtube-annotation-toggle/nhhfmndchldoleopaobhmdbdaafaolhb |
Описание | Adds a button that allows you to turn off and on the annotations on Youtube videos |
Размер файла | 42.02 KB |
Количество установок | 67 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-04-08 |
Дата публикации | 2015-04-08 |
Рейтинг | 3.25/5 Всего 4 оценок |
Разработчик | https://www.ivoilic.com |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |