Blerp - AI TTS, Sound Memes on Streams

Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!

什么是Blerp - AI TTS, Sound Memes on Streams?

Blerp - AI TTS, Sound Memes on Streams是由https://blerp.com开发的Chrome扩展程序,该扩展的主要功能是“Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Blerp - AI TTS, Sound Memes on Streams扩展crx文件

下载Blerp - AI TTS, Sound Memes on Streams扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Play sound memes on streams with the Blerp X Universal Extension! The most fun AI TTS Alert Emote Soundpacks for your chat and live streaming communities! 

As a viewer you can navigate to any streaming platform including Twitch, Kick, Trovo, YouTube, Tiktok Live chat panel with Blerp setup and you will see a Blerp icon by the comment section of these platforms. The panel will let you share sounds live on stream! You will be able to play the best sounds and AI Text to speech voices onto your favorite streamers streams with the Blerp Universal Extension.

Sounds and Text to speech can have emotes and GIFS attached to them. The emotes and gifs will show up overlaid onto the stream. The multi-language TTS is powered by AI and support over 50 languages. Play TTS using your favorite languages and combine them with Blerp sounds to create the best moments.

As a viewer you can also now collect Channelpoints on your favorite streamers streams listed on the platforms above as well. Channel points can only be collected through the chrome extension.

As a viewer you can also earn WalkOn Sounds that you can play on your favorite streamers. Streamer's with Blerp WalkOn sound can give you a personal WalkOn sound that plays every single time you join the stream. WalkOn Subscriber sounds work on all supported extension platforms!

As a streamer you can add and setup your sounds at https://blerp.com/dashboard, extension can be linked to your stream to share your custom outbound link and QR Code for all other streaming platforms. You can also set a WalkOn sounds on your favorite viewers.

Use Blerp's in game Beets and Personal Channel Points to control and moderate the amount sounds shared among your friends!

You can use Blerp Channel Points or Blerp Beets to share Blerp sound memes on streams! The fun sound clips can be redeemed on any stream that has Blerp enabled!

Blerp is the best way to play sounds to all your favorite streaming and gaming platforms! We are adding support for new platforms everyday.

Blerp uses the best meme soundboards to share sounds and meme sound effects to create the best moments on and off stream! The best licensed meme soundboards come from your favorite memes and our partnered voice actors.

Blerp sound sharing works for any content creator on any live streaming platform! 

Please reach out to our support in our Discord if you have more questions.                    

扩展基本信息

名称 Blerp - AI TTS, Sound Memes on Streams Blerp - AI TTS, Sound Memes on Streams
ID cniifghobhghnieljgdanjopjnamgfle
官方URL https://chromewebstore.google.com/detail/blerp-ai-tts-sound-memes/cniifghobhghnieljgdanjopjnamgfle
简介 Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!
文件大小 4.53 MB
安装次数 10,000
当前版本 0.0.86
更新时间 2024-03-07
上架时间 2023-05-05
评分 4.44/5 共16次评分
开发者 https://blerp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://blerp.com
帮助页面URL https://blerp.com/support
隐私政策页面URL https://blerp.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!",
    "version": "0.0.86",
    "manifest_version": 3,
    "name": "Blerp - AI TTS, Sound Memes on Streams",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/blerp.com\/*",
            "https:\/\/webbeta.blerp.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}