YouTube Dismiss

Quickly mark a YouTube video as not interested.

What is YouTube Dismiss?

YouTube Dismiss is a Chrome extension developed by lngchn, and its main feature is "Quickly mark a YouTube video as not interested.".

Extension Screenshots

screenshot

Download YouTube Dismiss Extension CRX File

Download YouTube Dismiss 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

                        Do you hate seeing the same recommended videos on YouTube? Do you wish you could quickly dismiss them? Then this extension is for you.

Now with "Don't recommend channel" option.                    

Extension Basic Information

Name YouTube Dismiss YouTube Dismiss
ID nmaokkkjjkadbikeahbkeafkakgpniin
Official URL https://chromewebstore.google.com/detail/youtube-dismiss/nmaokkkjjkadbikeahbkeafkakgpniin
Description Quickly mark a YouTube video as not interested.
File Size 13.62 KB
Installation Count 13
Current Version 1.1.1
Last Updated 2021-09-01
Publish Date 2020-02-17
Rating 3.00/5 Total 2 Ratings
Developer lngchn
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Dismiss",
    "version": "1.1.1",
    "description": "Quickly mark a YouTube video as not interested.",
    "author": "https:\/\/github.com\/lngchn",
    "icons": {
        "16": "images\/dismiss-16.png",
        "32": "images\/dismiss-32.png",
        "48": "images\/dismiss-48.png",
        "128": "images\/dismiss-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "script\/*"
    ]
}