Custom emoticons

custom emoticons on facebook

Custom emoticonsคืออะไร?

Custom emoticons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Goran Gajic และคุณลักษณะหลักของมันคือ "custom emoticons on facebook"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom emoticons

ดาวน์โหลดไฟล์ส่วนขยาย Custom emoticons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
คำอธิบาย custom emoticons on facebook
ขนาดไฟล์ 31.13 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2012-09-21
วันที่เผยแพร่ 2012-09-21
คะแนน 3.25/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Goran Gajic
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://design4q.com
ภาษาที่รองรับ 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"
            ]
        }
    ]
}