Exs Smiley List

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

Wat is Exs Smiley List?

Exs Smiley List is een Chrome-extensie ontwikkeld door ArnoldsK, en de belangrijkste functie is "Adds a list of smilies next to the miniblog response textarea.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Exs Smiley List

Download Exs Smiley List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Jo kāpēc gan nē?

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

Basisinformatie over de Extensie

Naam Exs Smiley List Exs Smiley List
ID hmnhmefbmicogmijmhpefefnnfabhpcj
Officiële URL https://chromewebstore.google.com/detail/exs-smiley-list/hmnhmefbmicogmijmhpefefnnfabhpcj
Beschrijving Adds a list of smilies next to the miniblog response textarea.
Bestandsgrootte 18.96 KB
Aantal Installaties 45
Huidige Versie 0.4
Laatst Bijgewerkt 2017-04-04
Publicatiedatum 2017-04-04
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ArnoldsK
Betalingswijze free
Ondersteunde Talen 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'"
}