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
官方網址 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": []
        }
    ]
}