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,…

Τι είναι το YoloGlyphics Discord extension;

Το YoloGlyphics Discord extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://yologlyphics.com, και η κύρια λειτουργία του είναι "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,…".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης YoloGlyphics Discord extension

Λήψη αρχείων επέκτασης YoloGlyphics Discord extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YoloGlyphics Discord extension YoloGlyphics Discord extension
ID pohnhkfeokmgfnnllomdcpadgcjdohnd
Επίσημο URL https://chrome.google.com/webstore/detail/yologlyphics-discord-exte/pohnhkfeokmgfnnllomdcpadgcjdohnd
Περιγραφή 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,…
Μέγεθος Αρχείου 695 KB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2020-07-06
Ημερομηνία Δημοσίευσης 2019-12-09
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://yologlyphics.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}