YouTube Bias Hider
Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…
Τι είναι το YouTube Bias Hider;
Το YouTube Bias Hider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον madebybk03, και η κύρια λειτουργία του είναι "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube Bias Hider
Λήψη αρχείων επέκτασης YouTube Bias Hider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the YouTube metrics and consume information with minimal preconceptions. How to use: 1. Click "YouTube Bias Hider" under the extensions tab on your browser. 2. Select the biases to hide, and click "Activate Changes". 3. To change your selection settings, repeat steps 1 and 2. ** None of the biases will be hidden by default at initial use. Once the selections are made by the user, they will be saved on the extension until any further changes are made. -------------------- This product was built by BK from https://madebybk.github.io
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube Bias Hider |
ID | pegcbaooofkcegdapahppmkiknngjill |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-bias-hider/pegcbaooofkcegdapahppmkiknngjill |
Περιγραφή | Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the… |
Μέγεθος Αρχείου | 10.31 KB |
Αριθμός Εγκαταστάσεων | 20 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2021-08-11 |
Ημερομηνία Δημοσίευσης | 2021-07-27 |
Αξιολόγηση | 4.20/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | madebybk03 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Bias Hider", "version": "0.1.0", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Hide YouTube Biases" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/" ] } |