Youtube Shorts Remover
This extension removes #Shorts from the Youtube.
What is Youtube Shorts Remover?
Youtube Shorts Remover is a Chrome extension developed by Joni Nieminen, and its main feature is "This extension removes #Shorts from the Youtube.".
Extension Screenshots
Download Youtube Shorts Remover Extension CRX File
Download Youtube Shorts Remover 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
This extension removes #Shorts from the Youtube.
Extension Basic Information
Name | Youtube Shorts Remover |
ID | dhjncafckekooldfkmonpohjnbhopdoc |
Official URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/dhjncafckekooldfkmonpohjnbhopdoc |
Description | This extension removes #Shorts from the Youtube. |
File Size | 3.17 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2023-01-19 |
Publish Date | 2023-01-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Joni Nieminen |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Remover", "description": "This extension removes #Shorts from the Youtube.", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "background.js" ] } ] } |