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 |
官方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" ] } ] } |