No more shorts
Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.
What is No more shorts?
No more shorts is a Chrome extension developed by kakke, and its main feature is "Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling.".
Extension Screenshots
Download No more shorts Extension CRX File
Download No more shorts 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
The extension is in alpha, check out the code on my github.
Extension Basic Information
Name | No more shorts |
ID | cdgiehpicfibgnnekjipimaabanbdagh |
Official URL | https://chromewebstore.google.com/detail/no-more-shorts/cdgiehpicfibgnnekjipimaabanbdagh |
Description | Removes shorts and shorts section from your youtube feed. No more distractions/doom scrooling. |
File Size | 11.53 KB |
Installation Count | 280 |
Current Version | 0.0.0.6 |
Last Updated | 2023-01-02 |
Publish Date | 2022-12-27 |
Rating | 5.00/5 Total 8 Ratings |
Developer | kakke |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/albertbayazidi/no_more_shorts |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "remove_html.js" ], "run_at": "document_start" } ], "manifest_version": 3, "name": "No more shorts", "version": "0.0.0.6", "description": "Removes shorts and shorts section from your youtube feed. No more distractions\/doom scrooling.", "icons": { "128": "img.png" } } |