Cute Face Clipboard

Copy cute, silly, weird ASCII emotes directly to your clipboard.

What is Cute Face Clipboard?

Cute Face Clipboard is a Chrome extension developed by riftthecoyote, and its main feature is "Copy cute, silly, weird ASCII emotes directly to your clipboard.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cute Face Clipboard Extension CRX File

Download Cute Face Clipboard 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

                        Copy cute, silly, weird ASCII emotes directly to your clipboard with a single click. You may also favorite them to find them easily later.                    

Extension Basic Information

Name Cute Face Clipboard Cute Face Clipboard
ID iddmabhekhhonkmomaklnflhhgbfnioe
Official URL https://chromewebstore.google.com/detail/cute-face-clipboard/iddmabhekhhonkmomaklnflhhgbfnioe
Description Copy cute, silly, weird ASCII emotes directly to your clipboard.
File Size 134 KB
Installation Count 3,496
Current Version 1.0.0
Last Updated 2021-04-07
Publish Date 2021-04-07
Rating 5.00/5 Total 1 Ratings
Developer riftthecoyote
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Face Clipboard",
    "version": "1.0.0",
    "description": "Copy cute, silly, weird ASCII emotes directly to your clipboard.",
    "short_name": "Cute Face Clipboard",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": " ",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "src\/resources\/icon16.png",
            "32": "src\/resources\/icon32.png",
            "48": "src\/resources\/icon48.png",
            "128": "src\/resources\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/resources\/icon16.png",
        "32": "src\/resources\/icon32.png",
        "48": "src\/resources\/icon48.png",
        "128": "src\/resources\/icon128.png"
    }
}