YouTube Bias Hider
Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…
Cos'è YouTube Bias Hider?
YouTube Bias Hider è un'estensione di Chrome sviluppata da madebybk03, e la sua funzione principale è "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Bias Hider
Scarica i file di estensione YouTube Bias Hider 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
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
Informazioni di Base sull'Estensione
Nome | YouTube Bias Hider |
ID | pegcbaooofkcegdapahppmkiknngjill |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-bias-hider/pegcbaooofkcegdapahppmkiknngjill |
Descrizione | Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the… |
Dimensione del File | 10.31 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-08-11 |
Data di Pubblicazione | 2021-07-27 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | madebybk03 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |