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

Apa itu YoloGlyphics Discord extension?

YoloGlyphics Discord extension adalah ekstensi Chrome yang dikembangkan oleh http://yologlyphics.com, dan fitur utamanya adalah "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,…".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi YoloGlyphics Discord extension

Unduh file ekstensi YoloGlyphics Discord extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama YoloGlyphics Discord extension YoloGlyphics Discord extension
ID pohnhkfeokmgfnnllomdcpadgcjdohnd
URL Resmi https://chrome.google.com/webstore/detail/yologlyphics-discord-exte/pohnhkfeokmgfnnllomdcpadgcjdohnd
Deskripsi 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,…
Ukuran File 695 KB
Jumlah Instalasi 74
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-07-06
Tanggal Publikasi 2019-12-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://yologlyphics.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}