Custom emoticons

custom emoticons on facebook

Wat is Custom emoticons?

Custom emoticons is een Chrome-extensie ontwikkeld door Goran Gajic, en de belangrijkste functie is "custom emoticons on facebook".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom emoticons

Download Custom emoticons-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

                        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/                    

Basisinformatie over de Extensie

Naam Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
Officiële URL https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
Beschrijving custom emoticons on facebook
Bestandsgrootte 31.13 KB
Aantal Installaties 245
Huidige Versie 3
Laatst Bijgewerkt 2012-09-21
Publicatiedatum 2012-09-21
Beoordeling 3.25/5 Totaal 20 Beoordelingen
Ontwikkelaar Goran Gajic
Betalingswijze free
Extensiewebsite http://design4q.com
Ondersteunde Talen 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"
            ]
        }
    ]
}