ZenEmoji (by ZENTHANG)

Add emoji to Facebook status, comment and messages...

Cos'è ZenEmoji (by ZENTHANG)?

ZenEmoji (by ZENTHANG) è un'estensione di Chrome sviluppata da ZENTHANG, e la sua funzione principale è "Add emoji to Facebook status, comment and messages...".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ZenEmoji (by ZENTHANG)

Scarica i file di estensione ZenEmoji (by ZENTHANG) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows you to see and input emoji on Facebook.                    

Informazioni di Base sull'Estensione

Nome ZenEmoji (by ZENTHANG) ZenEmoji (by ZENTHANG)
ID fggieinmnogjpioiaebllikgkknpebfa
URL Ufficiale https://chromewebstore.google.com/detail/zenemoji-by-zenthang/fggieinmnogjpioiaebllikgkknpebfa
Descrizione Add emoji to Facebook status, comment and messages...
Dimensione del File 429 KB
Conteggio Installazioni 330
Versione Corrente 1.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.13/5 Totale 8 Valutazioni
Sviluppatore ZENTHANG
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://zenthang.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZenEmoji (by ZENTHANG)",
    "version": "1.1",
    "description": "Add emoji to Facebook status, comment and messages...",
    "background": {
        "scripts": [
            "\/lib\/jquery-1.4.2.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/lib\/lib.js",
                "\/lib\/core.js",
                "js\/run.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/data.js",
                "js\/facebook.js"
            ],
            "css": [
                "css\/facebook.css"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/images\/*"
    ]
}