YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
Τι είναι το YouTube Recommendation Decliner;
Το YouTube Recommendation Decliner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anders Steen, και η κύρια λειτουργία του είναι "Declines video recommendations from YouTube to help lessen procrastination.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Recommendation Decliner
Λήψη αρχείων επέκτασης YouTube Recommendation Decliner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
Περιγραφή | Declines video recommendations from YouTube to help lessen procrastination. |
Μέγεθος Αρχείου | 18.43 KB |
Αριθμός Εγκαταστάσεων | 15 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-12-14 |
Ημερομηνία Δημοσίευσης | 2020-03-11 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Anders Steen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |