Hide YouTube Comments
Hides all user comments on YouTube. There is no option or button to show the comments again.
Qu'est-ce que Hide YouTube Comments ?
Hide YouTube Comments est une extension Chrome développée par Extensions, et sa fonction principale est "Hides all user comments on YouTube. There is no option or button to show the comments again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide YouTube Comments
Téléchargez les fichiers d'extension Hide YouTube Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hides all user comments on YouTube. There is no option or button to show the comments again.
Informations de Base sur l'Extension
Nom | |
ID | hdlhdkchhhieipniibccdefnoobiaapf |
URL Officiel | https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf |
Description | Hides all user comments on YouTube. There is no option or button to show the comments again. |
Taille du Fichier | 9.26 KB |
Nombre d'Installations | 350 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2023-03-19 |
Date de Publication | 2021-03-31 |
Évaluation | 5.00/5 Total 16 Évaluations |
Développeur | Extensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://sites.google.com/view/capcut-privacy |
Langues Prises en Charge | 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" } } |