Abrami Trovo Emotes

Replaces text with emotes on trovo.live

Was ist Abrami Trovo Emotes?

Abrami Trovo Emotes ist eine Chrome-Erweiterung, die von Sandukhan entwickelt wurde, und ihr Hauptmerkmal ist "Replaces text with emotes on trovo.live".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Abrami Trovo Emotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Abrami Trovo Emotes-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

                        Abrami Trovo Emotes is a Google Chrome web store extension designed for Trovo live stream viewers. With this extension, you can add a fun and personal touch to your chat messages on Trovo.live. It converts your text into expressive emotes, making your messages more visually appealing and engaging for the streamer and other viewers. Whether you're a casual viewer or a dedicated fan, Abrami Trovo Emotes allows you to stand out in the chat and express yourself in a unique and creative way. So, enhance your Trovo live stream viewing experience and try out Abrami Trovo Emotes today!                    

Grundlegende Informationen zur Erweiterung

Name Abrami Trovo Emotes Abrami Trovo Emotes
ID becmpfomjpfckkineblmlmgolpoobdmo
Offizielle URL https://chromewebstore.google.com/detail/abrami-trovo-emotes/becmpfomjpfckkineblmlmgolpoobdmo
Beschreibung Replaces text with emotes on trovo.live
Dateigröße 22.5 KB
Installationsanzahl 95
Aktuelle Version 1.1.2
Letztes Update 2023-02-08
Veröffentlichungsdatum 2023-02-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Sandukhan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Abrami Trovo Emotes",
    "version": "1.1.2",
    "description": "Replaces text with emotes on trovo.live",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "",
        "https:\/\/trovo.live\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    }
}