Exs Smiley List

Adds a list of smilies next to the miniblog response textarea.

What is Exs Smiley List?

Exs Smiley List is a Chrome extension developed by ArnoldsK, and its main feature is "Adds a list of smilies next to the miniblog response textarea.".

Extension Screenshots

screenshot

Download Exs Smiley List Extension CRX File

Download Exs Smiley List 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

                        Jo kāpēc gan nē?

Paplašinājums priekš spēļu komūnas exs.lv                    

Extension Basic Information

Name Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
Official URL https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
Description Adds a list of smilies next to the miniblog response textarea.
File Size 18.96 KB
Installation Count 45
Current Version 0.4
Last Updated 2017-04-04
Publish Date 2017-04-04
Rating 2.00/5 Total 1 Ratings
Developer ArnoldsK
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exs Smiley List",
    "description": "Adds a list of smilies next to the miniblog response textarea.",
    "version": "0.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "smilies.user.js"
            ],
            "matches": [
                "https:\/\/exs.lv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}