One click emoji downloader for Slack

Downloads slack emojis in one click

What is One click emoji downloader for Slack?

One click emoji downloader for Slack is a Chrome extension developed by Erik Engervall, and its main feature is "Downloads slack emojis in one click".

Extension Screenshots

screenshot

Download One click emoji downloader for Slack Extension CRX File

Download One click emoji downloader for Slack 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

                        Click on custom slack emojis on https://slack.com/customize/emoji to seamlessly download the emojis with the appropriate name.                    

Extension Basic Information

Name One click emoji downloader for Slack One click emoji downloader for Slack
ID nhhiipodohfkhjiabngfegfljcohnckn
Official URL https://chromewebstore.google.com/detail/one-click-emoji-downloade/nhhiipodohfkhjiabngfegfljcohnckn
Description Downloads slack emojis in one click
File Size 4.64 KB
Installation Count 260
Current Version 1
Last Updated 2022-04-28
Publish Date 2022-04-27
Rating 1.00/5 Total 1 Ratings
Developer Erik Engervall
Email [email protected]
Payment Type free
Extension Website https://erikengervall.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "One click emoji downloader for Slack",
    "description": "Downloads slack emojis in one click",
    "version": "1",
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.slack.com\/customize\/emoji"
            ]
        }
    ]
}