Custom emoticons
custom emoticons on facebook
What is Custom emoticons?
Custom emoticons is a Chrome extension developed by Goran Gajic, and its main feature is "custom emoticons on facebook".
Extension Screenshots
Download Custom emoticons Extension CRX File
Download Custom emoticons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Custom emoticons |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
Official URL | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
Description | custom emoticons on facebook |
File Size | 31.13 KB |
Installation Count | 245 |
Current Version | 3 |
Last Updated | 2012-09-21 |
Publish Date | 2012-09-21 |
Rating | 3.25/5 Total 20 Ratings |
Developer | Goran Gajic |
Payment Type | free |
Extension Website | http://design4q.com |
Supported Languages | 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" ] } ] } |