Custom emoticons

custom emoticons on facebook

Apa itu Custom emoticons?

Custom emoticons adalah ekstensi Chrome yang dikembangkan oleh Goran Gajic, dan fitur utamanya adalah "custom emoticons on facebook".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Custom emoticons

Unduh file ekstensi Custom emoticons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
URL Resmi https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
Deskripsi custom emoticons on facebook
Ukuran File 31.13 KB
Jumlah Instalasi 245
Versi Saat Ini 3
Terakhir Diperbarui 2012-09-21
Tanggal Publikasi 2012-09-21
Penilaian 3.25/5 Total 20 Penilaian
Pengembang Goran Gajic
Tipe Pembayaran free
Situs Ekstensi http://design4q.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}