Hide YouTube Comments, Live Chat, & Related
Hide YouTube comments, live chat, like/dislike buttons, and related videos.
Qu'est-ce que Hide YouTube Comments, Live Chat, & Related ?
Hide YouTube Comments, Live Chat, & Related est une extension Chrome développée par https://www.j-26.com, et sa fonction principale est "Hide YouTube comments, live chat, like/dislike buttons, and related videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide YouTube Comments, Live Chat, & Related
Téléchargez les fichiers d'extension Hide YouTube Comments, Live Chat, & Related 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
Say goodbye to YouTube comments with the Hide YouTube Comments, Live Chat, & Related extension. Reduce distraction by hiding related videos. If you need comments, live chat, or related videos to be re-enabled, simply toggle the feature off! Features: - Hide comments - Hide like/dislike buttons - Hide live chat - Hide related videos ————— Changelog: V1.1: Works with new YouTube design. V1.2: You can now hide live chat and/or regular comments. V1.3: You can now hide related videos to reduce distractions. V1.4: You can now hide like/dislike buttons.
Informations de Base sur l'Extension
Nom | Hide YouTube Comments, Live Chat, & Related |
ID | fcchghcgfeadhdmkmpkedplecikkajnp |
URL Officiel | https://chrome.google.com/webstore/detail/hide-youtube-comments-liv/fcchghcgfeadhdmkmpkedplecikkajnp |
Description | Hide YouTube comments, live chat, like/dislike buttons, and related videos. |
Taille du Fichier | 30.58 KB |
Nombre d'Installations | 12,129 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2021-05-07 |
Date de Publication | 2019-02-18 |
Évaluation | 3.98/5 Total 81 Évaluations |
Développeur | https://www.j-26.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide YouTube Comments, Live Chat, & Related", "short_name": "Hide YouTube Comments, Live Chat, & Related", "version": "1.4.1", "description": "Hide YouTube comments, live chat, like\/dislike buttons, and related videos.", "author": "J-26", "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "72": "icons\/icon-72.png", "96": "icons\/icon-96.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "css\/styles.css" ], "js": [ "js\/options.js" ] } ] } |