Stickered 😍 Emoticons
This extension gives you all emoticons on Facebook for FREE!
Apa itu Stickered 😍 Emoticons?
Stickered 😍 Emoticons adalah ekstensi Chrome yang dikembangkan oleh http://stickered-emoticons.kavorka-designs.me, dan fitur utamanya adalah "This extension gives you all emoticons on Facebook for FREE!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stickered 😍 Emoticons
Unduh file ekstensi Stickered 😍 Emoticons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension gives you all available emoticons on Facebook for FREE! stickered-emoticons.kavorka-designs.me
Informasi Dasar Ekstensi
Nama | |
ID | babmihlidbhfgjegkcmdfjhobgigklpk |
URL Resmi | https://chrome.google.com/webstore/detail/stickered-%F0%9F%98%8D-emoticons/babmihlidbhfgjegkcmdfjhobgigklpk |
Deskripsi | This extension gives you all emoticons on Facebook for FREE! |
Ukuran File | 226 KB |
Jumlah Instalasi | 378 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2017-02-26 |
Tanggal Publikasi | 2017-02-26 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | http://stickered-emoticons.kavorka-designs.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://stickered-emoticons.kavorka-designs.me/ |
URL Halaman Bantuan | https://www.facebook.com/Stickered-Emoticons-566553916843810/ |
Bahasa yang Didukung | 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" ] } |