Stickered 😍 Emoticons
This extension gives you all emoticons on Facebook for FREE!
什么是Stickered 😍 Emoticons?
Stickered 😍 Emoticons是由http://stickered-emoticons.kavorka-designs.me开发的Chrome扩展程序,该扩展的主要功能是“This extension gives you all emoticons on Facebook for FREE!”。
扩展截图
下载Stickered 😍 Emoticons扩展crx文件
下载Stickered 😍 Emoticons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension gives you all available emoticons on Facebook for FREE! stickered-emoticons.kavorka-designs.me
扩展基本信息
名称 | |
ID | babmihlidbhfgjegkcmdfjhobgigklpk |
官方URL | https://chrome.google.com/webstore/detail/stickered-%F0%9F%98%8D-emoticons/babmihlidbhfgjegkcmdfjhobgigklpk |
简介 | This extension gives you all emoticons on Facebook for FREE! |
文件大小 | 226 KB |
安装次数 | 378 |
当前版本 | 0.6 |
更新时间 | 2017-02-26 |
上架时间 | 2017-02-26 |
评分 | 4.44/5 共9次评分 |
开发者 | http://stickered-emoticons.kavorka-designs.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://stickered-emoticons.kavorka-designs.me/ |
帮助页面URL | https://www.facebook.com/Stickered-Emoticons-566553916843810/ |
支持的语言 | 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" ] } |