Hide YouTube Comments

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

Hvad er Hide YouTube Comments?

Hide YouTube Comments er en Chrome-udvidelse udviklet af Extensions, og dens hovedfunktion er "Hides all user comments on YouTube. There is no option or button to show the comments again.".

Udvidelsesskærmbilleder

screenshot

Download Hide YouTube Comments-udvidelses-CRX-fil

Download Hide YouTube Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
Officiel URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Beskrivelse Hides all user comments on YouTube. There is no option or button to show the comments again.
Filstørrelse 9.26 KB
Antal Installationer 350
Nuværende Version 2
Senest Opdateret 2023-03-19
Udgivelsesdato 2021-03-31
Bedømmelse 5.00/5 Samlet 16 Bedømmelser
Udvikler Extensions
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://sites.google.com/view/capcut-privacy
Understøttede Sprog 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"
    }
}