EmojiTwitter

Now you can add Emoji icons directly from your Twitter Web

What is EmojiTwitter?

EmojiTwitter is a Chrome extension developed by https://abarcarodriguez.com, and its main feature is "Now you can add Emoji icons directly from your Twitter Web".

Extension Screenshots

screenshot
screenshot

Download EmojiTwitter Extension CRX File

Download EmojiTwitter 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

                        Adds a button with a complete Twitter Emoji Collection for you to use it on your Twitter.

NOTICE: All your friends will see your icons, the icons do not show on the text box when you select them but they will show up when you tweet them.

=========

Agrega un botón con una colección completa de iconos Emoji para que los utilices en tu Twitter.

NOTA: Todos tus amigos verán tus iconos, los iconos no se ven en la forma de texto cuando los seleccionas pero se verán una vez que publiques tu tuit.                    

Extension Basic Information

Name EmojiTwitter EmojiTwitter
ID figianejgcfhaodnghfcbhdjdhkbofbe
Official URL https://chromewebstore.google.com/detail/emojitwitter/figianejgcfhaodnghfcbhdjdhkbofbe
Description Now you can add Emoji icons directly from your Twitter Web
File Size 651 KB
Installation Count 179
Current Version 0.0.4
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.22/5 Total 27 Ratings
Developer https://abarcarodriguez.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiTwitter",
    "version": "0.0.4",
    "description": "Now you can add Emoji icons directly from your Twitter Web",
    "author": "Alejandro AR",
    "homepage_url": "http:\/\/abarcarodriguez.com",
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/sprite.png",
        "fonts\/EmojiSymbols-Regular.woff"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}