Stickered 😍 Emoticons
This extension gives you all emoticons on Facebook for FREE!
What is Stickered 😍 Emoticons?
Stickered 😍 Emoticons is a Chrome extension developed by http://stickered-emoticons.kavorka-designs.me, and its main feature is "This extension gives you all emoticons on Facebook for FREE!".
Extension Screenshots
Download Stickered 😍 Emoticons Extension CRX File
Download Stickered 😍 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
This extension gives you all available emoticons on Facebook for FREE! stickered-emoticons.kavorka-designs.me
Extension Basic Information
Name | |
ID | babmihlidbhfgjegkcmdfjhobgigklpk |
Official URL | https://chrome.google.com/webstore/detail/stickered-%F0%9F%98%8D-emoticons/babmihlidbhfgjegkcmdfjhobgigklpk |
Description | This extension gives you all emoticons on Facebook for FREE! |
File Size | 226 KB |
Installation Count | 378 |
Current Version | 0.6 |
Last Updated | 2017-02-26 |
Publish Date | 2017-02-26 |
Rating | 4.44/5 Total 9 Ratings |
Developer | http://stickered-emoticons.kavorka-designs.me |
[email protected] | |
Payment Type | free |
Extension Website | http://stickered-emoticons.kavorka-designs.me/ |
Help Page URL | https://www.facebook.com/Stickered-Emoticons-566553916843810/ |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "js\/firstrun.js" ] }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/lib\/jquery-2.1.0.min.js", "js\/lib\/jquery.bind-first-0.2.3.min.js", "js\/util.js", "js\/emoticons.js", "js\/se.js", "js\/controller.js" ], "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } ], "description": "This extension gives you all emoticons on Facebook for FREE!", "homepage_url": "http:\/\/stickered-emoticons.kavorka-designs.me\/", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Stickered \ud83d\ude0d Emoticons", "short_name": "FB Emoticons", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.6", "web_accessible_resources": [ "images\/icon128.png", "images\/arrows.png", "images\/sprites.png", "images\/tab-icons.png", "images\/toggler.png" ] } |