Emoji Copy Paste

Easily click on any emoji to immediately copy and paste it somewhere else

What is Emoji Copy Paste?

Emoji Copy Paste is a Chrome extension developed by s.colterdevelopment, and its main feature is "Easily click on any emoji to immediately copy and paste it somewhere else".

Extension Screenshots

screenshot

Download Emoji Copy Paste Extension CRX File

Download Emoji Copy Paste 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

                        Quick and easy Emoji tool to help you find new Emoji's and quickly and easily access emoji's on desktop and laptops.                    

Extension Basic Information

Name Emoji Copy Paste Emoji Copy Paste
ID ljhaeonmhemncombbgendlmdmnciaoah
Official URL https://chrome.google.com/webstore/detail/emoji-copy-paste/ljhaeonmhemncombbgendlmdmnciaoah
Description Easily click on any emoji to immediately copy and paste it somewhere else
File Size 32.71 KB
Installation Count 1,547
Current Version 1.1
Last Updated 2022-10-08
Publish Date 2022-10-08
Rating 2.00/5 Total 2 Ratings
Developer s.colterdevelopment
Email [email protected]
Payment Type free
Extension Website https://thecopyemoji.com
Help Page URL https://thecopyemoji.com
Privacy Policy Page URL https://thecopyemoji.com?a=privacy
Supported Languages en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_popup": "main.html",
        "default_title": "COPY Emoji"
    },
    "description": "Easily click on any emoji to immediately copy and paste it somewhere else",
    "homepage_url": "https:\/\/thecopyemoji.com\/",
    "icons": {
        "128": "static\/128.png"
    },
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "name": "Emoji Copy Paste",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}