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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}