YouTube Dismiss
Quickly mark a YouTube video as not interested.
Hvad er YouTube Dismiss?
YouTube Dismiss er en Chrome-udvidelse udviklet af lngchn, og dens hovedfunktion er "Quickly mark a YouTube video as not interested.".
Udvidelsesskærmbilleder
Download YouTube Dismiss-udvidelses-CRX-fil
Download YouTube Dismiss-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | YouTube Dismiss |
ID | nmaokkkjjkadbikeahbkeafkakgpniin |
Officiel URL | https://chromewebstore.google.com/detail/youtube-dismiss/nmaokkkjjkadbikeahbkeafkakgpniin |
Beskrivelse | Quickly mark a YouTube video as not interested. |
Filstørrelse | 13.62 KB |
Antal Installationer | 13 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2021-09-01 |
Udgivelsesdato | 2020-02-17 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | lngchn |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |