Toggle YouTube Comments

Hides YouTube comments by default

Toggle YouTube Comments क्या है?

Toggle YouTube Comments Dennis & Friends द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides YouTube comments by default"।

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

screenshot
screenshot
screenshot

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

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

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

                        Add this lightweight extension to disable/enable YouTube comments.

 • Works with the new and old YouTube
 • Flexibility to easily hide or show comments
 • Blends in with YouTube's user interface
 • Shows number of comments when hidden
 • No tracking, your privacy is important
 • Extremely small size - no bloat
 • Actively maintained
 • Open source code

See https://git.io/v5RgW for release notes.                    

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

नाम Toggle YouTube Comments Toggle YouTube Comments
ID ampjnmipdgicjjidohpkidhghakoidfm
आधिकारिक URL https://chrome.google.com/webstore/detail/toggle%C2%A0youtube%C2%A0comments/ampjnmipdgicjjidohpkidhghakoidfm
विवरण Hides YouTube comments by default
फ़ाइल का आकार 8.03 KB
स्थापना संख्या 479
वर्तमान संस्करण 4.1.3
अंतिम अपडेट 2019-05-06
प्रकाशन तिथि 2019-05-06
रेटिंग 3.68/5 कुल 38 रेटिंग्स
डेवलपर Dennis & Friends
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dideler/toggle-youtube-comments
सहायता पृष्ठ URL https://github.com/dideler/toggle-youtube-comments
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_desc__",
    "version": "4.1.3",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "youtube.css"
            ],
            "run_at": "document_end"
        }
    ]
}