Hide YouTube Comments

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

Vad är Hide YouTube Comments?

Hide YouTube Comments är en Chrome-tillägg utvecklad av Extensions, och dess huvudfunktion är "Hides all user comments on YouTube. There is no option or button to show the comments again.".

Tilläggsskärmbilder

screenshot

Ladda ner Hide YouTube Comments-förlängningens CRX-fil

Ladda ner Hide YouTube Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
Officiell webbadress https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Beskrivning Hides all user comments on YouTube. There is no option or button to show the comments again.
Filstorlek 9.26 KB
Antal Installationer 350
Aktuell Version 2
Senast Uppdaterad 2023-03-19
Publiceringsdatum 2021-03-31
Betyg 5.00/5 Totalt 16 Betyg
Utvecklare Extensions
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://sites.google.com/view/capcut-privacy
Stödda Språk 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"
    }
}