Stickered 😍 Emoticons
This extension gives you all emoticons on Facebook for FREE!
Wat is Stickered 😍 Emoticons?
Stickered 😍 Emoticons is een Chrome-extensie ontwikkeld door http://stickered-emoticons.kavorka-designs.me, en de belangrijkste functie is "This extension gives you all emoticons on Facebook for FREE!".
Extensie Screenshots
Download het CRX-bestand van de extensie Stickered 😍 Emoticons
Download Stickered 😍 Emoticons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension gives you all available emoticons on Facebook for FREE! stickered-emoticons.kavorka-designs.me
Basisinformatie over de Extensie
Naam | |
ID | babmihlidbhfgjegkcmdfjhobgigklpk |
Officiële URL | https://chrome.google.com/webstore/detail/stickered-%F0%9F%98%8D-emoticons/babmihlidbhfgjegkcmdfjhobgigklpk |
Beschrijving | This extension gives you all emoticons on Facebook for FREE! |
Bestandsgrootte | 226 KB |
Aantal Installaties | 378 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2017-02-26 |
Publicatiedatum | 2017-02-26 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://stickered-emoticons.kavorka-designs.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://stickered-emoticons.kavorka-designs.me/ |
Help Pagina-URL | https://www.facebook.com/Stickered-Emoticons-566553916843810/ |
Ondersteunde Talen | 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" ] } |