Custom emoticons

custom emoticons on facebook

Qu'est-ce que Custom emoticons ?

Custom emoticons est une extension Chrome développée par Goran Gajic, et sa fonction principale est "custom emoticons on facebook".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Custom emoticons

Téléchargez les fichiers d'extension Custom emoticons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Custom emoticons for facebook. Using facebook object ids to display photos and don't add any 3rd party functionality

icons by : http://lazycrazy.deviantart.com/                    

Informations de Base sur l'Extension

Nom Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
URL Officiel https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
Description custom emoticons on facebook
Taille du Fichier 31.13 KB
Nombre d'Installations 245
Version Actuelle 3
Dernière Mise à Jour 2012-09-21
Date de Publication 2012-09-21
Évaluation 3.25/5 Total 20 Évaluations
Développeur Goran Gajic
Type de Paiement free
Site Web de l'Extension http://design4q.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom emoticons",
    "version": "3",
    "manifest_version": 2,
    "description": "custom emoticons on facebook",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "script.js"
            ]
        }
    ]
}