YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
Cos'è YouTube Recommendation Decliner?
YouTube Recommendation Decliner è un'estensione di Chrome sviluppata da Anders Steen, e la sua funzione principale è "Declines video recommendations from YouTube to help lessen procrastination.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Recommendation Decliner
Scarica i file di estensione YouTube Recommendation Decliner 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
Hides videos that are considered recommended videos. This includes the YouTube home and trending pages, as well as the related videos appearing below or to the side of video playback. Recommended videos appearing after videos are also declined. Searches, subscriptions, history, library and channels are unaffected. The point is to get the recommended videos out of sight, in order to decrease the risk of users getting stuck clicking on recommended videos for hours.
Informazioni di Base sull'Estensione
Nome | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
Descrizione | Declines video recommendations from YouTube to help lessen procrastination. |
Dimensione del File | 18.43 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-12-14 |
Data di Pubblicazione | 2020-03-11 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Anders Steen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Decliner", "short_name": "YT Decliner", "version": "1.1.0", "manifest_version": 2, "description": "Declines video recommendations from YouTube to help lessen procrastination.", "icons": { "16": "\/images\/icon_16.png", "128": "\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "js": [ "\/js\/contentScript.js" ] } ], "browser_action": { "default_icon": "\/images\/icon_128.png", "default_popup": "\/html\/popup.html" }, "permissions": [ "storage", "tabs" ] } |