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!

Was ist Blerp - AI TTS, Sound Memes on Streams?

Blerp - AI TTS, Sound Memes on Streams ist eine Chrome-Erweiterung, die von https://blerp.com entwickelt wurde, und ihr Hauptmerkmal ist "Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Blerp - AI TTS, Sound Memes on Streams-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blerp - AI TTS, Sound Memes on Streams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Blerp - AI TTS, Sound Memes on Streams Blerp - AI TTS, Sound Memes on Streams
ID cniifghobhghnieljgdanjopjnamgfle
Offizielle URL https://chromewebstore.google.com/detail/blerp-ai-tts-sound-memes/cniifghobhghnieljgdanjopjnamgfle
Beschreibung Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!
Dateigröße 4.53 MB
Installationsanzahl 10,000
Aktuelle Version 0.0.86
Letztes Update 2024-03-07
Veröffentlichungsdatum 2023-05-05
Bewertung 4.44/5 Insgesamt 16 Bewertungen
Entwickler https://blerp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://blerp.com
Hilfeseite URL https://blerp.com/support
URL der Datenschutzrichtlinien-Seite https://blerp.com/privacy-policy
Unterstützte Sprachen 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": []
        }
    ]
}