Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
What is Shorts Blocker?
Shorts Blocker is a Chrome extension developed by Umut Seven, and its main feature is "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".
Extension Screenshots
Download Shorts Blocker Extension CRX File
Download Shorts Blocker 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
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
Extension Basic Information
Name | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
Official URL | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
Description | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
File Size | 9.3 KB |
Installation Count | 6,000 |
Current Version | 3.2 |
Last Updated | 2023-11-09 |
Publish Date | 2023-05-02 |
Rating | 4.38/5 Total 21 Ratings |
Developer | Umut Seven |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/umutseven92/shorts-blocker |
Help Page URL | https://github.com/umutseven92/shorts-blocker/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |