Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Что такое Youtube's Annotations No More?
Youtube's Annotations No More - это расширение Chrome, разработанное Daniel Kladnik, и его основная функция - "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".
Снимки экрана расширения
Скачать файл CRX расширения Youtube's Annotations No More
Скачайте файлы расширений Youtube's Annotations No More в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr: https://flattr.com/@kiboke
Основная информация о расширении
Название | Youtube's Annotations No More |
ID | fajnlldimiiipghabjgnbdidcnkghkgn |
Официальный URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
Описание | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
Размер файла | 22.52 KB |
Количество установок | 3,436 |
Текущая Версия | 0.7 |
Последнее Обновление | 2019-12-12 |
Дата публикации | 2019-12-12 |
Рейтинг | 4.38/5 Всего 29 оценок |
Разработчик | Daniel Kladnik |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.kiboke-studio.hr/browser-extensions/ |
URL страницы помощи | https://www.kiboke-studio.hr/browser-extensions/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube's Annotations No More", "short_name": "Disable Youtube's annotations.", "version": "0.7", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik @ kiboke studio", "permissions": [ "*:\/\/*.youtube.com\/*", "webRequest", "webRequestBlocking", "notifications" ], "background": { "scripts": [ "data\/main.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/style.css" ] } ] } |