Youtube Shorts Blocker
Block YouTube Shorts removes shorts from YouTube
What is Youtube Shorts Blocker?
Youtube Shorts Blocker is a Chrome extension developed by metatrade953, and its main feature is "Block YouTube Shorts removes shorts from YouTube".
Extension Screenshots
Download Youtube Shorts Blocker Extension CRX File
Download Youtube 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 removes shorts from YouTube by Louis.Q
Extension Basic Information
Name | Youtube Shorts Blocker |
ID | fjcbdmbjgmdhgleaifadaidlkpebbbkd |
Official URL | https://chrome.google.com/webstore/detail/youtube-shorts-blocker/fjcbdmbjgmdhgleaifadaidlkpebbbkd |
Description | Block YouTube Shorts removes shorts from YouTube |
File Size | 12.01 KB |
Installation Count | 114 |
Current Version | 1.12 |
Last Updated | 2023-05-26 |
Publish Date | 2023-05-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | metatrade953 |
[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 Blocker", "version": "1.12", "description": "Block YouTube Shorts removes shorts from YouTube", "permissions": [ "https:\/\/www.youtube.com\/*" ], "icons": { "16": "images\/youtube-short-16.png", "48": "images\/youtube-short-48.png", "128": "images\/youtube-short-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |