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!

Qu'est-ce que Blerp - AI TTS, Sound Memes on Streams ?

Blerp - AI TTS, Sound Memes on Streams est une extension Chrome développée par https://blerp.com, et sa fonction principale est "Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blerp - AI TTS, Sound Memes on Streams

Téléchargez les fichiers d'extension Blerp - AI TTS, Sound Memes on Streams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Blerp - AI TTS, Sound Memes on Streams Blerp - AI TTS, Sound Memes on Streams
ID cniifghobhghnieljgdanjopjnamgfle
URL Officiel https://chromewebstore.google.com/detail/blerp-ai-tts-sound-memes/cniifghobhghnieljgdanjopjnamgfle
Description Blerp sound alerts, memes, GIFs, AI TTS, emotes, soundboards, channel points for chat livestreams on Kick, YouTube, Twitch and more!
Taille du Fichier 4.53 MB
Nombre d'Installations 10,000
Version Actuelle 0.0.86
Dernière Mise à Jour 2024-03-07
Date de Publication 2023-05-05
Évaluation 4.44/5 Total 16 Évaluations
Développeur https://blerp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blerp.com
URL de la Page d'Aide https://blerp.com/support
URL de la Page de Politique de Confidentialité https://blerp.com/privacy-policy
Langues Prises en Charge 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": []
        }
    ]
}