Emotes Anywhere

Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments

What is Emotes Anywhere?

Emotes Anywhere is a Chrome extension developed by Rhenier Kloppers, and its main feature is "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".

Extension Screenshots

screenshot
screenshot

Download Emotes Anywhere Extension CRX File

Download Emotes Anywhere 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

                        Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds.

Simply install and you're good to go!


Currently supported sites: Youtube, Reddit                    

Extension Basic Information

Name Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
Official URL https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
Description Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
File Size 19.8 KB
Installation Count 270
Current Version 0.87
Last Updated 2019-06-14
Publish Date 2019-06-14
Developer Rhenier Kloppers
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Anywhere",
    "short_name": "Emotes",
    "version": "0.87",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments",
    "author": "Rhenier Kloppers",
    "browser_action": {
        "default_icon": "emotesanywhere.png",
        "default_title": "Popup here."
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.reddit.com\/*",
        "tabs"
    ]
}