Hide Watched
Hide watched videos.
What is Hide Watched?
Hide Watched is a Chrome extension developed by Alexander Logach, and its main feature is "Hide watched videos.".
Extension Screenshots
Download Hide Watched Extension CRX File
Download Hide Watched 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
Use this extension to hide all watched videos, extension also hides all videos with progress more than 40%. Video will be available again after page reload. It can helps a lot when you travel through channels, especially when you search for new videos in your subscriptions. Instructions: Just click on extension icon being on page where you want to hide all watched (also more than 40% viewed) videos. Typically you will need to click it couple times, because Youtube will add oldest video. I recommend to add Hotkey for the extension. Расширение позволяет скрыть все просмотренные видео, также скрываются видео прогресс просмотра которых более 40% Находясь на странице где присутствуют "Просмотренные" видео (а также просмотренные более чем на 40%), нажмите на иконку расширения, и видео будут убраны. Рекомендую повесить расширение на горячую клавишу.
Extension Basic Information
Name | Hide Watched |
ID | fdfakmaakflfeclamkkgjphjjpclfgjj |
Official URL | https://chromewebstore.google.com/detail/hide-watched/fdfakmaakflfeclamkkgjphjjpclfgjj |
Description | Hide watched videos. |
File Size | 15.71 KB |
Installation Count | 215 |
Current Version | 1.0 |
Last Updated | 2019-03-26 |
Publish Date | 2019-03-25 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Alexander Logach |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Watched", "description": "Hide watched videos.", "version": "1.0", "icons": { "128": "images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "activeTab" ], "manifest_version": 2 } |