Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again.
Wat is Hide YouTube Comments?
Hide YouTube Comments is een Chrome-extensie ontwikkeld door Extensions, en de belangrijkste functie is "Hides all user comments on YouTube. There is no option or button to show the comments again.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide YouTube Comments
Download Hide YouTube Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hides all user comments on YouTube. There is no option or button to show the comments again.
Basisinformatie over de Extensie
Naam | |
ID | hdlhdkchhhieipniibccdefnoobiaapf |
Officiële URL | https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf |
Beschrijving | Hides all user comments on YouTube. There is no option or button to show the comments again. |
Bestandsgrootte | 9.26 KB |
Aantal Installaties | 350 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2023-03-19 |
Publicatiedatum | 2021-03-31 |
Beoordeling | 5.00/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Extensions |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://sites.google.com/view/capcut-privacy |
Ondersteunde Talen | 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" } } |