YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Что такое YouTube NonStop?
YouTube NonStop - это расширение Chrome, разработанное lawfx, и его основная функция - "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".
Снимки экрана расширения
Скачать файл CRX расширения YouTube NonStop
Скачайте файлы расширений YouTube NonStop в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.*** Working on YouTube and YouTube Music! Media Keys supported! Untested (but should work) when: Video is in fullscreen, Video is in miniplayer. If you have any problems, don't hesitate to drop me an email. :)
Основная информация о расширении
Название | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
Официальный URL | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
Описание | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
Размер файла | 76.16 KB |
Количество установок | 728,552 |
Текущая Версия | 0.9.2 |
Последнее Обновление | 2023-10-30 |
Дата публикации | 2020-05-14 |
Рейтинг | 3.47/5 Всего 941 оценок |
Разработчик | lawfx |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/lawfx/YoutubeNonStop |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop", "short_name": "YT NonStop", "version": "0.9.2", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "web_accessible_resources": [ { "resources": [ "autoconfirm.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" } }, "icons": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" }, "manifest_version": 3 } |