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…”。

擴展截圖

screenshot
screenshot

下載YouTube Bias Hider擴展crx文件

下載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 YouTube Bias Hider
ID pegcbaooofkcegdapahppmkiknngjill
官方網址 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\/"
    ]
}