Custom emoticons

custom emoticons on facebook

Was ist Custom emoticons?

Custom emoticons ist eine Chrome-Erweiterung, die von Goran Gajic entwickelt wurde, und ihr Hauptmerkmal ist "custom emoticons on facebook".

Erweiterungsscreenshots

screenshot

Custom emoticons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom emoticons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
Offizielle URL https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
Beschreibung custom emoticons on facebook
Dateigröße 31.13 KB
Installationsanzahl 245
Aktuelle Version 3
Letztes Update 2012-09-21
Veröffentlichungsdatum 2012-09-21
Bewertung 3.25/5 Insgesamt 20 Bewertungen
Entwickler Goran Gajic
Zahlungsart free
Erweiterungswebsite http://design4q.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}