Fast Emoji Search

Search fast for the perfect Emoji

What is Fast Emoji Search?

Fast Emoji Search is a Chrome extension developed by uvautuk97, and its main feature is "Search fast for the perfect Emoji".

Extension Screenshots

screenshot

Download Fast Emoji Search Extension CRX File

Download Fast Emoji Search 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

                        Search for the perfect emoji to copy and paste and message to friends. Over 60,000 available.                    

Extension Basic Information

Name Fast Emoji Search Fast Emoji Search
ID oemmafcffdejkfjglkgnejemgapbdebj
Official URL https://chromewebstore.google.com/detail/fast-emoji-search/oemmafcffdejkfjglkgnejemgapbdebj
Description Search fast for the perfect Emoji
File Size 112 KB
Installation Count 775
Current Version 1.1.7
Last Updated 2021-10-05
Publish Date 2021-06-20
Rating 5.00/5 Total 1 Ratings
Developer uvautuk97
Email [email protected]
Payment Type free
Help Page URL https://www.fastemoji.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Emoji Search",
    "version": "1.1.7",
    "description": "Search fast for the perfect Emoji",
    "author": "Fast Emoji",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Emoji Search",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.fastemoji.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}