YoloGlyphics Discord extension

Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,…

Qu'est-ce que YoloGlyphics Discord extension ?

YoloGlyphics Discord extension est une extension Chrome développée par http://yologlyphics.com, et sa fonction principale est "Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension YoloGlyphics Discord extension

Téléchargez les fichiers d'extension YoloGlyphics Discord extension 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

                        Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use.

If you're not good at drawing, don't worry! You can search our library of Emotes too, and use those instead.

Your friends will be envious of your awesome superpowers!                    

Informations de Base sur l'Extension

Nom YoloGlyphics Discord extension YoloGlyphics Discord extension
ID pohnhkfeokmgfnnllomdcpadgcjdohnd
URL Officiel https://chrome.google.com/webstore/detail/yologlyphics-discord-exte/pohnhkfeokmgfnnllomdcpadgcjdohnd
Description Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,…
Taille du Fichier 695 KB
Nombre d'Installations 74
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-07-06
Date de Publication 2019-12-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://yologlyphics.com
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": 2,
    "name": "YoloGlyphics Discord extension",
    "description": "",
    "version": "1.1.1",
    "browser_action": {
        "default_popup": "options\/options.html",
        "default_icon": {
            "38": "icons\/to_38.png",
            "19": "icons\/to_19.png"
        }
    },
    "options_page": "options\/options.html",
    "icons": {
        "16": "icons\/to_16.png",
        "48": "icons\/to_48.png",
        "128": "icons\/to_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/discord.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "options.html",
        "inject.js"
    ]
}