HyperChat [Improved YouTube Chat]

Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!

Τι είναι το HyperChat [Improved YouTube Chat];

Το HyperChat [Improved YouTube Chat] είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kento Nishi, και η κύρια λειτουργία του είναι "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HyperChat [Improved YouTube Chat]

Λήψη αρχείων επέκτασης HyperChat [Improved YouTube Chat] σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        HyperChat improves the YouTube livestream chat experience with a suite of CPU/RAM optimizations, customization options, and cutting-edge features!

FEATURES
▶ CPU/RAM Optimizations
  ➣ Memory leak patches
  ➣ Custom-built message renderer
  ➣ Cross-extension message parser 
▶ Customizable appearance
  ➣ Light/dark theme
  ➣ Show/hide:
    • Profile icons
    • Timestamps
    • Usernames
    • User badges
    • Mentions
    • Emojis
  ➣ Toggle sticky superchats
  ➣ Render system-native emojis
▶ Quality-of-life features
  ➣ Translate messages with Google Translate
  ➣ Member-only message filter
  ➣ Skip emoji-only messages
  ➣ Auto-switch to "Live Chat"

HyperChat is compatible with other chat extensions such as LiveTL and YtcFilter. HyperChat is maintained by the same developers behind LiveTL. HyperChat is, and always will be, fully free and open source.

Website: https://livetl.app/hyperchat
GitHub: https://github.com/LiveTL/HyperChat
Donate: http://opencollective.com/livetl                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HyperChat [Improved YouTube Chat] HyperChat [Improved YouTube Chat]
ID naipgebhooiiccifflecbffmnjbabdbh
Επίσημο URL https://chromewebstore.google.com/detail/hyperchat-improved-youtub/naipgebhooiiccifflecbffmnjbabdbh
Περιγραφή Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.6.13
Τελευταία Ενημέρωση 2024-02-25
Ημερομηνία Δημοσίευσης 2021-03-08
Αξιολόγηση 4.68/5 Συνολικά 102 Αξιολογήσεις
Προγραμματιστής Kento Nishi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://livetl.app/hyperchat
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/uJrV3tmthg
URL της Σελίδας Πολιτικής Απορρήτου https://livetl.app/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HyperChat [Improved YouTube Chat]",
    "homepage_url": "https:\/\/livetl.app\/en\/hyperchat\/",
    "description": "Improved YouTube chat with CPU\/RAM optimizations, customization options, and cutting-edge features!",
    "version": "2.6.13",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*",
                "https:\/\/www.youtube.com\/live_chat_replay*",
                "https:\/\/studio.youtube.com\/live_chat*",
                "https:\/\/studio.youtube.com\/live_chat_replay*"
            ],
            "js": [
                "scripts\/chat-interceptor.js",
                "scripts\/chat-injector.js"
            ],
            "css": [
                "stylesheets\/titlebar.css"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/chat-background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        }
    },
    "web_accessible_resources": [
        "*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "incognito": "split"
}