youtube-stay-focused
Скрываем НЕ тематические рекомендации YouTube
What is youtube-stay-focused?
youtube-stay-focused is a Chrome extension developed by Unknown, and its main feature is "Скрываем НЕ тематические рекомендации YouTube".
Extension Screenshots
Download youtube-stay-focused Extension CRX File
Download youtube-stay-focused extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Рекомендации на YouTube очень полезны, так как подсказывают видео по теме, но и опасны так как содержат ещё и интересные ролики для вас (не на тему видео), в итоге часто отвлекают. Расширение скрывает НЕ тематические рекомендации, при наведение курсора на видео размытие исчезает.
Extension Basic Information
Name | youtube-stay-focused |
ID | enhfmpfmofdnhelhegdjanoaomlcieen |
Official URL | https://chromewebstore.google.com/detail/youtube-stay-focused/enhfmpfmofdnhelhegdjanoaomlcieen |
Description | Скрываем НЕ тематические рекомендации YouTube |
File Size | 26.84 KB |
Installation Count | 1,002 |
Current Version | 2.2 |
Last Updated | 2024-03-03 |
Publish Date | 2020-05-27 |
Rating | 4.60/5 Total 20 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2", "name": "youtube-stay-focused", "description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0435\u043c \u041d\u0415 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 YouTube", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "page-script.js" ] } ], "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "permissions": [ "storage" ], "action": { "default_icon": "logo-32.png", "default_popup": "popup.html" }, "content_security_policy": [], "host_permissions": [ "https:\/\/www.youtube.com\/*" ] } |