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!

O que é Blerp - AI TTS, Sound Memes on Streams?

Blerp - AI TTS, Sound Memes on Streams é uma extensão do Chrome desenvolvida por https://blerp.com, e sua principal característica é "Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Blerp - AI TTS, Sound Memes on Streams

Baixe arquivos de extensão Blerp - AI TTS, Sound Memes on Streams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Blerp - AI TTS, Sound Memes on Streams Blerp - AI TTS, Sound Memes on Streams
ID cniifghobhghnieljgdanjopjnamgfle
URL Oficial https://chromewebstore.google.com/detail/blerp-ai-tts-sound-memes/cniifghobhghnieljgdanjopjnamgfle
Descrição Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!
Tamanho do Arquivo 4.53 MB
Contagem de Instalações 10,000
Versão Atual 0.0.86
Última Atualização 2024-03-07
Data de Publicação 2023-05-05
Classificação 4.44/5 Total de 16 Avaliações
Desenvolvedor https://blerp.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://blerp.com
URL da Página de Ajuda https://blerp.com/support
URL da Página de Política de Privacidade https://blerp.com/privacy-policy
Idiomas Suportados 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": []
        }
    ]
}