Hide YouTube Comments, Live Chat, & Related
Hide YouTube comments, live chat, like/dislike buttons, and related videos.
Τι είναι το Hide YouTube Comments, Live Chat, & Related;
Το Hide YouTube Comments, Live Chat, & Related είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.j-26.com, και η κύρια λειτουργία του είναι "Hide YouTube comments, live chat, like/dislike buttons, and related videos.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hide YouTube Comments, Live Chat, & Related
Λήψη αρχείων επέκτασης Hide YouTube Comments, Live Chat, & Related σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fcchghcgfeadhdmkmpkedplecikkajnp |
| Επίσημο URL | https://chrome.google.com/webstore/detail/hide-youtube-comments-liv/fcchghcgfeadhdmkmpkedplecikkajnp |
| Περιγραφή | Hide YouTube comments, live chat, like/dislike buttons, and related videos. |
| Μέγεθος Αρχείου | 30.58 KB |
| Αριθμός Εγκαταστάσεων | 12,129 |
| Τρέχουσα Έκδοση | 1.4.1 |
| Τελευταία Ενημέρωση | 2021-05-07 |
| Ημερομηνία Δημοσίευσης | 2019-02-18 |
| Αξιολόγηση | 3.98/5 Συνολικά 81 Αξιολογήσεις |
| Προγραμματιστής | https://www.j-26.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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"
]
}
]
} | |