YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
Qu'est-ce que YouTube Recommendation Decliner ?
YouTube Recommendation Decliner est une extension Chrome développée par Anders Steen, et sa fonction principale est "Declines video recommendations from YouTube to help lessen procrastination.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Recommendation Decliner
Téléchargez les fichiers d'extension YouTube Recommendation Decliner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
URL Officiel | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
Description | Declines video recommendations from YouTube to help lessen procrastination. |
Taille du Fichier | 18.43 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-12-14 |
Date de Publication | 2020-03-11 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Anders Steen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |