YouTube Dismiss
Quickly mark a YouTube video as not interested.
Cos'è YouTube Dismiss?
YouTube Dismiss è un'estensione di Chrome sviluppata da lngchn, e la sua funzione principale è "Quickly mark a YouTube video as not interested.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Dismiss
Scarica i file di estensione YouTube Dismiss in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YouTube Dismiss |
ID | nmaokkkjjkadbikeahbkeafkakgpniin |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-dismiss/nmaokkkjjkadbikeahbkeafkakgpniin |
Descrizione | Quickly mark a YouTube video as not interested. |
Dimensione del File | 13.62 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-09-01 |
Data di Pubblicazione | 2020-02-17 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | lngchn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |