Emoji Keyboard New

A comfortable keyboard for fun with your favorite emojis!

Τι είναι το Emoji Keyboard New;

Το Emoji Keyboard New είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον proshi135, και η κύρια λειτουργία του είναι "A comfortable keyboard for fun with your favorite emojis!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Emoji Keyboard New

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

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

                        Bring something special to your everyday browsing. Let`s add some cool emojis to your chat with this amazing and absolutely free Emoji Keyboard extension for chrome browser. It has really huge library of various emojis sorted by categories, which is pretty useful and comfortable. Emoji Keyboard is very simple and easy to use; you will understand its interface in a moment. Move to a new level of online communication with this new and awesome extension. You no longer need to go to emoticon-websites to find, copy and paste emojis to your message. Emoji keyboard extension has tons of superb emojies sorted by themes so it’s really easy to find what you need. Here you can find people, nature, food, activity, travel, objects, symbols and flags themed emojies. Emoji keyboard doesn`t weigh a lot and can be called pretty reliable and stable chrome extension. It’s easy to install, easy to use and easy to remove. Just click on extension icon in right upper corner of chrome browser and scroll awesome emoji library. Let`s improve your browsing process with one simple but really cool extension. Everything you want is already collected here in emoji keyboard extension. Note: extension has no hidden scripts to mess with your device or track your internet activity. Get the extension for free and have some fun.                    

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

Όνομα Emoji Keyboard New Emoji Keyboard New
ID jddhjkckjlojegjdjlbobembgjoaobfc
Επίσημο URL https://chromewebstore.google.com/detail/emoji-keyboard-new/jddhjkckjlojegjdjlbobembgjoaobfc
Περιγραφή A comfortable keyboard for fun with your favorite emojis!
Μέγεθος Αρχείου 12.93 MB
Αριθμός Εγκαταστάσεων 1,152
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-01-20
Ημερομηνία Δημοσίευσης 2021-06-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής proshi135
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "A comfortable keyboard for fun with your favorite emojis!",
    "version": "1.2",
    "default_locale": "en",
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "*\/**\/**"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "browser_action": {
        "default_icon": "cat.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "cat.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jesus\/libusika\/jquery.js",
                "jesus\/contentJes.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "background": {
        "scripts": [
            "jesus\/libusika\/jquery.js",
            "jesus\/libusika\/libusika1.js",
            "jesus\/libusika\/minireact.js",
            "jesus\/bgJes1.js",
            "jesus\/bgJes2.js",
            "jesus\/bgJes3.js"
        ],
        "persistent": true
    }
}