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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide YouTube views, likes/dislikes, comments, and/or subscribers according to your preferences. Reduce potential biases from the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Bias Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/"
    ]
}