Stickered 😍 Emoticons
This extension gives you all emoticons on Facebook for FREE!
Cos'è Stickered 😍 Emoticons?
Stickered 😍 Emoticons è un'estensione di Chrome sviluppata da http://stickered-emoticons.kavorka-designs.me, e la sua funzione principale è "This extension gives you all emoticons on Facebook for FREE!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stickered 😍 Emoticons
Scarica i file di estensione Stickered 😍 Emoticons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension gives you all available emoticons on Facebook for FREE! stickered-emoticons.kavorka-designs.me
Informazioni di Base sull'Estensione
Nome | |
ID | babmihlidbhfgjegkcmdfjhobgigklpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/stickered-%F0%9F%98%8D-emoticons/babmihlidbhfgjegkcmdfjhobgigklpk |
Descrizione | This extension gives you all emoticons on Facebook for FREE! |
Dimensione del File | 226 KB |
Conteggio Installazioni | 378 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2017-02-26 |
Data di Pubblicazione | 2017-02-26 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | http://stickered-emoticons.kavorka-designs.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://stickered-emoticons.kavorka-designs.me/ |
URL della Pagina di Aiuto | https://www.facebook.com/Stickered-Emoticons-566553916843810/ |
Lingue Supportate | 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" ] } |