Custom emoticons
custom emoticons on facebook
什麼是Custom emoticons?
Custom emoticons是由Goran Gajic開發的Chrome擴展程式,該擴展的主要功能是“custom emoticons on facebook”。
擴展截圖
下載Custom emoticons擴展crx文件
下載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 |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
官方網址 | 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" ] } ] } |