YouTube Bias Hider
Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…
YouTube Bias Hider là gì?
YouTube Bias Hider là một tiện ích mở rộng Chrome được phát triển bởi madebybk03, và tính năng chính của nó là "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Bias Hider
Tải xuống các tệp mở rộng YouTube Bias Hider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Bias Hider |
ID | pegcbaooofkcegdapahppmkiknngjill |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-bias-hider/pegcbaooofkcegdapahppmkiknngjill |
Mô tả | Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the… |
Kích Thước Tệp | 10.31 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-08-11 |
Ngày Phát Hành | 2021-07-27 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | madebybk03 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |