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 |
| 官方網址 | 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"
]
} | |