BetterTTV

BetterTTV enhances Twitch and YouTube with new features, emotes, and more.

BetterTTV क्या है?

BetterTTV https://betterttv.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BetterTTV enhances Twitch and YouTube with new features, emotes, and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterTTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Also known as "BTTV" or "Better Twitch TV" by the community, BetterTTV aims to add new features to Twitch and YouTube (in beta).

Here's some of the features we add:

• Extra emotes in chat - BetterTTV global and per-channel custom emotes
• Improved emote menu
• Custom keywords targeting phrases, words, users, and chat badges
• Split chat lines for easy reading
• See deleted links and messages
• Anon Chat - join a channel without showing in the user list
• Automatically claim channel points bonuses, drops, and moments
• Hide visual noise and clutter like recommended channels, bits, replies, notices, and community highlights

How to use:

• Just install and visit Twitch/YouTube to begin using the add-on.
• To enable for YouTube, you need to agree to the additional permission at installation. If you didn't, you can still enable it at any time from the BetterTTV Settings.
• Settings can be configured in the chat settings or by clicking the BetterTTV settings from the user dropdown menu.
• Note: Not all settings are compatible with YouTube at this time.                    

एक्सटेंशन की मूल जानकारी

नाम BetterTTV BetterTTV
ID ajopnjidmegmdimjlfnijceegpefgped
आधिकारिक URL https://chromewebstore.google.com/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped
विवरण BetterTTV enhances Twitch and YouTube with new features, emotes, and more.
फ़ाइल का आकार 661 KB
स्थापना संख्या 4,300,397
वर्तमान संस्करण 7.5.18
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2020-06-21
रेटिंग 4.66/5 कुल 10325 रेटिंग्स
डेवलपर https://betterttv.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://betterttv.com
सहायता पृष्ठ URL https://nightdev.com/contact
गोपनीयता नीति पृष्ठ URL https://betterttv.com/privacy
समर्थित भाषाएँ de,en,fr,sw,nl,tr,es,it,hu,pl,pt-BR,pt-PT,cs,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.5.18",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/betterttv.com",
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "run.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.twitch.tv\/*.html",
                "*:\/\/*.twitch.tv\/*.html?*",
                "*:\/\/*.twitch.tv\/*.htm",
                "*:\/\/*.twitch.tv\/*.htm?*"
            ]
        }
    ],
    "web_accessible_resources": [
        "betterttv.js",
        "betterttv.css"
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "optional_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.twitch.tv\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "settings.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}