Abrami Trovo Emotes

Replaces text with emotes on trovo.live

Wat is Abrami Trovo Emotes?

Abrami Trovo Emotes is een Chrome-extensie ontwikkeld door Sandukhan, en de belangrijkste functie is "Replaces text with emotes on trovo.live".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Abrami Trovo Emotes

Download Abrami Trovo Emotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Abrami Trovo Emotes Abrami Trovo Emotes
ID becmpfomjpfckkineblmlmgolpoobdmo
Officiële URL https://chromewebstore.google.com/detail/abrami-trovo-emotes/becmpfomjpfckkineblmlmgolpoobdmo
Beschrijving Replaces text with emotes on trovo.live
Bestandsgrootte 22.5 KB
Aantal Installaties 95
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-02-08
Publicatiedatum 2023-02-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sandukhan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}