YouTube Bias Hider
Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…
Wat is YouTube Bias Hider?
YouTube Bias Hider is een Chrome-extensie ontwikkeld door madebybk03, en de belangrijkste functie is "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Bias Hider
Download YouTube Bias Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | YouTube Bias Hider |
ID | pegcbaooofkcegdapahppmkiknngjill |
Officiële URL | https://chromewebstore.google.com/detail/youtube-bias-hider/pegcbaooofkcegdapahppmkiknngjill |
Beschrijving | Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the… |
Bestandsgrootte | 10.31 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-08-11 |
Publicatiedatum | 2021-07-27 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | madebybk03 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |