Abrami Trovo Emotes

Replaces text with emotes on trovo.live

Qu'est-ce que Abrami Trovo Emotes ?

Abrami Trovo Emotes est une extension Chrome développée par Sandukhan, et sa fonction principale est "Replaces text with emotes on trovo.live".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Abrami Trovo Emotes

Téléchargez les fichiers d'extension Abrami Trovo Emotes 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

                        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!                    

Informations de Base sur l'Extension

Nom Abrami Trovo Emotes Abrami Trovo Emotes
ID becmpfomjpfckkineblmlmgolpoobdmo
URL Officiel https://chromewebstore.google.com/detail/abrami-trovo-emotes/becmpfomjpfckkineblmlmgolpoobdmo
Description Replaces text with emotes on trovo.live
Taille du Fichier 22.5 KB
Nombre d'Installations 95
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-02-08
Date de Publication 2023-02-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Sandukhan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}