YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
What is YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense is a Chrome extension developed by Oh Thomas, and its main feature is "Disables different sections for a more enjoyable experience.".
Extension Screenshots
Download YouTube: No Shorts, No Community, No Nonsense Extension CRX File
Download YouTube: No Shorts, No Community, No Nonsense 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
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Extension Basic Information
Name | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
Official URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Description | Disables different sections for a more enjoyable experience. |
File Size | 35.86 KB |
Installation Count | 39 |
Current Version | 0.6660 |
Last Updated | 2023-11-01 |
Publish Date | 2023-10-07 |
Developer | Oh Thomas |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |