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,…
Co to jest YoloGlyphics Discord extension?
YoloGlyphics Discord extension to rozszerzenie Chrome opracowane przez http://yologlyphics.com, a jego główną funkcją jest „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,…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YoloGlyphics Discord extension
Pobierz pliki rozszerzeń YoloGlyphics Discord extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pohnhkfeokmgfnnllomdcpadgcjdohnd |
Oficjalny URL | https://chrome.google.com/webstore/detail/yologlyphics-discord-exte/pohnhkfeokmgfnnllomdcpadgcjdohnd |
Opis | 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,… |
Rozmiar pliku | 695 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2020-07-06 |
Data Publikacji | 2019-12-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://yologlyphics.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |