Custom emoticons

custom emoticons on facebook

Custom emoticons là gì?

Custom emoticons là một tiện ích mở rộng Chrome được phát triển bởi Goran Gajic, và tính năng chính của nó là "custom emoticons on facebook".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom emoticons

Tải xuống các tệp mở rộng Custom emoticons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom emoticons Custom emoticons
ID hcceghlnfpnbckdkdngdbhfpnhacnmom
URL Chính Thức https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom
Mô tả custom emoticons on facebook
Kích Thước Tệp 31.13 KB
Số Lần Cài Đặt 245
Phiên Bản Hiện Tại 3
Cập Nhật Lần Cuối 2012-09-21
Ngày Phát Hành 2012-09-21
Đánh Giá 3.25/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Goran Gajic
Loại Thanh Toán free
Trang Web Mở Rộng http://design4q.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}