Hide YouTube watched videos
Hide watched videos from your YouTube feed
What is Hide YouTube watched videos?
Hide YouTube watched videos is a Chrome extension developed by yann, and its main feature is "Hide watched videos from your YouTube feed".
Extension Screenshots
Download Hide YouTube watched videos Extension CRX File
Download Hide YouTube watched videos 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
Watch unwatched videos only
Extension Basic Information
Name | |
ID | poljhephadgaidkageaaklnjidcenndn |
Official URL | https://chrome.google.com/webstore/detail/poljhephadgaidkageaaklnjidcenndn |
Description | Hide watched videos from your YouTube feed |
File Size | 5.37 KB |
Installation Count | 148 |
Current Version | 1.0.1 |
Last Updated | 2017-12-08 |
Publish Date | 2017-12-08 |
Rating | 1.00/5 Total 6 Ratings |
Developer | yann |
Payment Type | free |
Help Page URL | https://twitter.com/_YannBertrand |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide YouTube watched videos", "version": "1.0.1", "description": "Hide watched videos from your YouTube feed", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions" ], "js": [ "youtubeVideosFinder.js", "videosDisplayManager.js", "index.js" ] } ] } |