YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
What is YT Shorts Blocker?
YT Shorts Blocker is a Chrome extension developed by Natalius, and its main feature is "Block YouTube shorts from showing up on your feed.".
Extension Screenshots
Download YT Shorts Blocker Extension CRX File
Download YT 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
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.
Extension Basic Information
Name | YT Shorts Blocker |
ID | dekfemoloimmoffncaglceheghddongm |
Official URL | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
Description | Block YouTube shorts from showing up on your feed. |
File Size | 31.95 KB |
Installation Count | 629 |
Current Version | 1.1.0 |
Last Updated | 2023-07-17 |
Publish Date | 2023-05-08 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Natalius |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Natalius-dev/YT-Shorts-Blocker |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Shorts Blocker", "description": "Block YouTube shorts from showing up on your feed.", "version": "1.1.0", "icons": { "16": "icon_small.png", "32": "icon_small.png", "48": "icon_large.png", "128": "icon_large.png" }, "action": { "default_icon": "icon_small.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ] } |