WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NeatYT – Clean UI & Comment Search for YouTube

NeatYT – Clean UI & Comment Search for YouTube

View on Chrome Web Store
View NeatYT – Clean UI & Comment Search for YouTube Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

NeatYT hides clutter, adds an inline comment search bar, and brings back YouTube dislike counts
Type
Extension
Users
361 users
1
Website buildmelon.com
Akshay Anu S
View author page of Akshay Anu S
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 29, 2025
Version 1.3
Manifest version
3
Updated
Updated on October 8, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View NeatYT – Clean UI & Comment Search for YouTube Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NeatYT \u2013 Clean UI & Comment Search for YouTube",
    "description": "NeatYT hides clutter, adds an inline comment search bar, and brings back YouTube dislike counts",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "24": "assets\/icons\/icon24.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_title": "NeatYT",
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "src\/utils.js",
                "src\/highlight.js",
                "src\/content.js",
                "src\/clean.js",
                "src\/playback.js",
                "src\/dislike.js"
            ],
            "css": [
                "src\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/styles\/layout.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/returnyoutubedislikeapi.com\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top