YouTube Dismiss

Quickly mark a YouTube video as not interested.

Wat is YouTube Dismiss?

YouTube Dismiss is een Chrome-extensie ontwikkeld door lngchn, en de belangrijkste functie is "Quickly mark a YouTube video as not interested.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Dismiss

Download YouTube Dismiss-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Dismiss YouTube Dismiss
ID nmaokkkjjkadbikeahbkeafkakgpniin
Officiële URL https://chromewebstore.google.com/detail/youtube-dismiss/nmaokkkjjkadbikeahbkeafkakgpniin
Beschrijving Quickly mark a YouTube video as not interested.
Bestandsgrootte 13.62 KB
Aantal Installaties 13
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-09-01
Publicatiedatum 2020-02-17
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar lngchn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}