UnTrap for YouTube
Hide YouTube recommendations, shorts, comments, suggestions, related videos, trending and other distractions.
What is UnTrap for YouTube?
UnTrap for YouTube is a Chrome extension developed by https://untrap.app, and its main feature is "Hide YouTube recommendations, shorts, comments, suggestions, related videos, trending and other distractions.".
Extension Screenshots
Download UnTrap for YouTube Extension CRX File
Download UnTrap for YouTube 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
UnTrap is a browser extension who seek a focused and distraction-free YouTube browsing experience. Say goodbye to YouTube related videos, shorts, comments, homepage recommendations, and the incessant barrage of distractions. With over 200+ customization options, UnTrap empowers you to take control of your YouTube journey. It allows you to personalize your viewing environment according to your preferences and helps you improve YouTube experience. • Some of features available for YT: Home Page: - Redirect from Home to Subscriptions / Watch Later / Search / Trending / History / Liked / Library - Hide Home Feed, Suggestions Categories, Watched Videos, Playlists / Mixes, Trending, New to you, Premium, Survey Banners, Block Shorts, Block Ads in Suggestions Left Navigation Bar: - Remove buttons in Home Section: Home / Shorts / Subscriptions / YouTube Music - Hide Sections: Home / Library / Explore / Sign In / More From YouTube / Helper Buttons / Footer - Auto Expand Subscriptions, Grayscale Subscriptions Avatars, Auto Collapse Sidebar - Hide Subscriptions Notifications Dots, Live Icon, Avatars, Show More / Show Less, Browse Channels - Eliminate Entire Sidebar, Sidebar Burger, Buttons Icons Header: - Monochrome Logo, Disable Logo Link, Grayscale Avatar - Hide Header, Notifications Counter, Search Bar, Search Recommended, Previous Searches, Voice Search, Logo, Logo Country Code, Logo Wordmark, Create Button, Notifications, Avatar, Sign In Video Page: - Remove Buttons: Play, Pause, Replay, Play Next, Volume, Chapters, Autoplay, Subtitles, Settings, Miniplayer, Theater Mode, AirPlay, Full Screen, More from, Join, Subscribe, Like, Dislike, Likes Counter, Share, Audio, Quality, Thanks, Clip, Download, Save, More - Center Content, Disable Infinite Related Scrolling, Automatic Show Chapters, Always Show Progress bar, Disable Autoplay, Auto Theater Mode, Disable Like Animation, Auto Expand Description, Skip Ads (aka sponsorblock, adskipper, auto skipper, sponsor skip), Set Minimal Description (Views & Date), Views Counter, Published Time, Hashtags, Add Floating Popout (aka pip, picture in picture), Title, Grayscale Channel Avatar - Hide Shorts, Sidebar, Related Categories, Videos, Live Chat, Fundraiser, Related, Hide Ads in Sidebar, Video End Screen Suggestions, Video End Screen Cards, Player Bar Gradient Shadow, Video Time, Video Watermark, Progress Bar Heatmap, Description, Channel Name, Channel Avatar, Channel Subscribers Counter, Doctor License, Fundraiser and Verified badges, License, Suggested by UMG, Parental warning, Merch, Tickets, Offers, Comments, Comments Count, Teaser, Add Comment Textfield, Sort Button, Usernames, Creator Heart, Replies Video Card: - Mirror Thumbnail, Thumbnail Blur, Thumbnail Grayscale, Set Thumbnail Transparency, Display Full Title, Title Case Lower Case / Upper Case / Capitalize Words, Disable Play on Hover - Hide Thumbnail, Title, Views, Published Time, Duration, Action Menu, Chapters, Badges New, HD, 8k, 4K, CC, Live, Premiere, Fundraiser, Verified Search Page: - Disable Infinite Results Scrolling, Sort Results by Relevance / Upload Date / View Count / Rating - Hide Channels, Playlists, Mixes, For You, Trending, People Also Search For, Watched Videos, Right Sidebar, About These Results, Filters, Categories, Promoted Websites, Sponsor Adblocker, Promoted Videos, Suggested Products Subscriptions Page: - Hide Watched, Live, Upcoming, Premiere Videos - Remove Shorts • Additional magic actions to unhook and take your user experience to the next level: - Export, import, and reset extension settings - Control the extension dark / light theme - Block videos, channels, comments, posts by name, id, keyword or regex (regular expression) - Password Protection - Focus and Scheduled sessions - Launch Tweaks and more.... • Available as an extension for: - Safari: https://apps.apple.com/us/app/id1637438059 - Firefox: https://addons.mozilla.org/firefox/addon/untrap-for-youtube/ - Edge: https://microsoftedge.microsoft.com/addons/detail/untrap-for-youtube/ngnefladcohhmmibccafkdbcijjoppdoT • Compatible with mobile YouTube, m.youtube.com. Also works on video embeds. • Share Ideas / Report a Bugs: https://untrap.app/support/
Extension Basic Information
Name | UnTrap for YouTube |
ID | enboaomnljigfhfjfoalacienlhjlfil |
Official URL | https://chromewebstore.google.com/detail/untrap-for-youtube/enboaomnljigfhfjfoalacienlhjlfil |
Description | Hide YouTube recommendations, shorts, comments, suggestions, related videos, trending and other distractions. |
File Size | 1.14 MB |
Installation Count | 10,000 |
Current Version | 6.1 |
Last Updated | 2024-03-02 |
Publish Date | 2023-02-14 |
Rating | 4.88/5 Total 115 Ratings |
Developer | https://untrap.app |
[email protected] | |
Payment Type | free |
Extension Website | https://untrap.app |
Help Page URL | https://untrap.app/support/ |
Supported Languages | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "6.1", "icons": { "48": "images\/icon-48.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png", "512": "images\/icon-512.png" }, "background": { "service_worker": "global\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "global\/globalHelpers.js", "global\/storageConstants.js", "global\/options\/appearanceOptions.js", "global\/options\/channelPageOptions.js", "global\/options\/homePageOptions.js", "global\/options\/navigationSidebarOptions.js", "global\/options\/popularOptions.js", "global\/options\/searchPageOptions.js", "global\/options\/subscriptionsPageOptions.js", "global\/options\/shortsPageOptions.js", "global\/options\/topHeaderOptions.js", "global\/options\/videoCardOptions.js", "global\/options\/videoPageOptions.js", "global\/options\/youPageOptions.js", "global\/options\/embedOptions.js", "global\/options\/options.js", "website\/js\/libs\/mutation-summary.js", "website\/js\/Dynamic\/dynamicHomePage.js", "website\/js\/Dynamic\/dynamicChannelPage.js", "website\/js\/Dynamic\/dynamicShortsPage.js", "website\/js\/Dynamic\/dynamicVideoPage.js", "website\/js\/Dynamic\/dynamicSearchPage.js", "website\/js\/Dynamic\/dynamicOberver.js", "website\/js\/AttributesManager\/htmlAtrributesManager.js", "website\/js\/ThumbnailFilter\/thumbnailFilter.js", "website\/js\/YouTubeBlocking\/youtubeBlockingManager.js" ], "css": [ "website\/css\/block.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "website\/js\/ContentFilter\/Desktop\/contentFilterDesktop_helpers.js", "website\/js\/ContentFilter\/Desktop\/contentFilterDesktop_blocker.js", "website\/js\/ContentFilter\/Desktop\/contentFilterDesktop_contextButtons.js", "website\/js\/Shortcuts\/shortcutsListener.js", "website\/js\/Dynamic\/dynamicLeftBar.js" ], "css": [ "website\/css\/desktop\/desktop_homePage.css", "website\/css\/desktop\/desktop_videoPage.css", "website\/css\/desktop\/desktop_searchPage.css", "website\/css\/desktop\/desktop_subscriptionsPage.css", "website\/css\/desktop\/desktop_channelPage.css", "website\/css\/desktop\/desktop_navigationSidebar.css", "website\/css\/desktop\/desktop_topHeader.css", "website\/css\/desktop\/desktop_videocard.css", "website\/css\/desktop\/desktop_shortsPage.css", "website\/css\/desktop\/desktop_youPage.css", "website\/css\/desktop\/desktop_embed.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "website\/js\/ContentFilter\/Mobile\/contentFilterMobile_helpers.js", "website\/js\/ContentFilter\/Mobile\/contentFilterMobile_blocker.js", "website\/js\/ContentFilter\/Mobile\/contentFilterMobile_contextButtons.js" ], "css": [ "website\/css\/mobile\/mobile_homePage.css", "website\/css\/mobile\/mobile_videoPage.css", "website\/css\/mobile\/mobile_searchPage.css", "website\/css\/mobile\/mobile_subscriptionsPage.css", "website\/css\/mobile\/mobile_channelPage.css", "website\/css\/mobile\/mobile_navigationSidebar.css", "website\/css\/mobile\/mobile_topHeader.css", "website\/css\/mobile\/mobile_videocard.css", "website\/css\/mobile\/mobile_shortsPage.css", "website\/css\/mobile\/mobile_youPage.css" ], "matches": [ "*:\/\/m.youtube.com\/*" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/toolbar-icon-16.png", "19": "images\/toolbar-icon-19.png", "32": "images\/toolbar-icon-32.png", "38": "images\/toolbar-icon-38.png", "48": "images\/toolbar-icon-48.png", "72": "images\/toolbar-icon-72.png" } }, "permissions": [ "storage", "activeTab" ] } |