Better Naifu YouTube Gaming

BetterNaifuYTG enhances YouTube Live Chat with more emotes (Twitch, BTTV, FFZ Emotes), new features, and more.

Τι είναι το Better Naifu YouTube Gaming;

Το Better Naifu YouTube Gaming είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rist, και η κύρια λειτουργία του είναι "BetterNaifuYTG enhances YouTube Live Chat with more emotes (Twitch, BTTV, FFZ Emotes), new features, and more.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better Naifu YouTube Gaming

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

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

                        YouTube live stream extension to improve viewer engagement and experience. Emote library and chat utilities updated to January 2024 emote meta. 

-Limited-Time Holiday PFP Add-Ons.
-3500+ emote library.
-Transparent chat on OBS (check screenshot for instructions.)
-Emote Dictionary (Found at bottom of Options menu).
-Custom Chat for YT Premiers, Live Streams, VODs, and Offline chats.
-Press, "Tab" to auto-complete emote names. Previews included.
-Stackable Zero-Width/Stylized emotes (same applies to wide zero-width)
-Emote previews by pressing the Tab button.
-Refresh button to refresh chat only. (If you encounter bugs, this should help.)
-Blacklist/Hide Messages, and Emotes based on keywords.
-Highlight function to highlight certain keywords.
-Global BTTV/FFZ/Twitch emotes.
-Better Naifu custom emotes.
-Hide/Unhide non-members in chat (only your perspective.)
-Disable/Enable User badges in front of username.
-Disable/Enable YT avatar in chat.
-Disable/Enable Moving Member Badges in front of Username.
-Disable/Enable Chat Username Colors.
-Disable/Enable Live Chat by default.
-Hover over emotes to know their name.
-Better Naifu Emotes are now visible in super chat (but not on OBS.)                    

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

Όνομα Better Naifu YouTube Gaming Better Naifu YouTube Gaming
ID mnejiikammglfldkecfhhlbnliljfadd
Επίσημο URL https://chromewebstore.google.com/detail/better-naifu-youtube-gami/mnejiikammglfldkecfhhlbnliljfadd
Περιγραφή BetterNaifuYTG enhances YouTube Live Chat with more emotes (Twitch, BTTV, FFZ Emotes), new features, and more.
Μέγεθος Αρχείου 91.85 KB
Αριθμός Εγκαταστάσεων 7,261
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2024-01-15
Ημερομηνία Δημοσίευσης 2021-08-02
Αξιολόγηση 4.80/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Rist
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Naifu YouTube Gaming",
    "short_name": "BetterNaifuYTG",
    "version": "1.5.5",
    "description": "BetterNaifuYTG enhances YouTube Live Chat with more emotes (Twitch, BTTV, FFZ Emotes), new features, and more.",
    "icons": {
        "16": "assets\/icons\/BetterYTG_red_16.png",
        "48": "assets\/icons\/BetterYTG_red_48.png",
        "128": "assets\/icons\/BetterYTG_red_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.gaming.youtube.com\/*"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "browser_style": true
    },
    "action": {
        "default_title": "BetterNaifuYTG",
        "default_popup": "html\/options.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}