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은(는) madebybk03에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…"입니다.
확장 프로그램 스크린샷
YouTube Bias Hider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |