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
公式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
Eメール [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\/"
    ]
}