Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Hide YouTube Comments क्या है?

Hide YouTube Comments Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides all user comments on YouTube. There is no option or button to show the comments again."।

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

screenshot

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

crx प्रारूप में Hide YouTube Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

एक्सटेंशन की मूल जानकारी

नाम Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
आधिकारिक URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
विवरण Hides all user comments on YouTube. There is no option or button to show the comments again.
फ़ाइल का आकार 9.26 KB
स्थापना संख्या 350
वर्तमान संस्करण 2
अंतिम अपडेट 2023-03-19
प्रकाशन तिथि 2021-03-31
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर Extensions
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://sites.google.com/view/capcut-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}