WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Favorite Emojis Copy Popup

Favorite Emojis Copy Popup

View on Chrome Web Store
View Favorite Emojis Copy Popup Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 ratings)
1 new ratings
32 views
This extension has been viewed 32 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

📋 Streamline work with Favorite Emojis Copy Popup: easily copy and paste emoji, special characters and text snippets!
Type
Extension
Users
378 users
2
dreambuilder.first
View author page of dreambuilder.first
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 7, 2024
Version 1.2.2
Manifest version
3
Updated
Updated on September 26, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Favorite Emojis Copy Popup Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.2.2",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "commands",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/howto\/howto.html",
                "libs\/ratepop\/*.png",
                "libs\/emoji-data.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "libs\/ratepop\/ratepop.js",
                "cs\/cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "shortcut-1": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "Command+1"
            },
            "description": "Symbol Shortcut 1"
        },
        "shortcut-2": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "Command+2"
            },
            "description": "Symbol Shortcut 2"
        },
        "shortcut-3": {
            "suggested_key": {
                "default": "Alt+3",
                "mac": "Command+3"
            },
            "description": "Symbol Shortcut 3"
        },
        "show-favorites": {
            "suggested_key": {
                "default": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "Show favorites popup"
        }
    },
    "icons": {
        "48": "logo\/lg_48x48.png",
        "64": "logo\/lg_64x64.png",
        "96": "logo\/lg_96x96.png",
        "128": "logo\/lg_128x128.png",
        "256": "logo\/lg_256x256.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top