Random Emoji Generator

Generate Random number of Emojis to annoy your friends XD

What is Random Emoji Generator?

Random Emoji Generator is a Chrome extension developed by OrionTech, and its main feature is "Generate Random number of Emojis to annoy your friends XD".

Extension Screenshots

screenshot

Download Random Emoji Generator Extension CRX File

Download Random Emoji Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Install this to generate thousands of emojis in just a second!

Usage:
  - Clicking on Generate generates X number of random emojis.
  - Copy selects the emojis and copies to the clipboard.
  - Clear resets the input value to a number.

Have Fun! :-D                    

Extension Basic Information

Name Random Emoji Generator Random Emoji Generator
ID ejeamoghipiaiakgpahfonkgejimghcg
Official URL https://chromewebstore.google.com/detail/random-emoji-generator/ejeamoghipiaiakgpahfonkgejimghcg
Description Generate Random number of Emojis to annoy your friends XD
File Size 143 KB
Installation Count 342
Current Version 0.0.1
Last Updated 2020-06-17
Publish Date 2020-06-17
Rating 5.00/5 Total 1 Ratings
Developer OrionTech
Email [email protected]
Payment Type free
Extension Website https://github.com/LycurgusOrion/RandomEmojiGenerator
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Emoji Generator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Generate Random number of Emojis to annoy your friends XD",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "REG",
        "default_popup": "popup.html"
    }
}