Smiley Pack for DesiDime
Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.
什麼是Smiley Pack for DesiDime?
Smiley Pack for DesiDime是由https://imcreat0r.tk開發的Chrome擴展程式,該擴展的主要功能是“Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.”。
擴展截圖
下載Smiley Pack for DesiDime擴展crx文件
下載Smiley Pack for DesiDime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Additional features like add a link, image, video and applying template. And a advanced pack of lovely smileys to bring your emotions alive on Desidime. 擴展基本資訊
| 名稱 | |
| ID | bgdkepmkpjnikomoegcdjonpifpdhflm |
| 官方網址 | https://chromewebstore.google.com/detail/smiley-pack-for-desidime/bgdkepmkpjnikomoegcdjonpifpdhflm |
| 簡介 | Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime. |
| 檔案大小 | 94.87 KB |
| 安裝次數 | 87 |
| 目前版本 | 3.2 |
| 更新時間 | 2015-09-26 |
| 上架時間 | 2015-09-26 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | https://imcreat0r.tk |
| 付費類型 | free |
| 擴展官網 | http://imcreat0r.tk/blog/38-new-smiley-pack-with-new-features-for-desidime |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Smiley Pack for DesiDime",
"version": "3.2",
"description": "Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.",
"author": "ImCreat0r",
"icons": {
"256": "icon.png"
},
"permissions": [
"http:\/\/*.desidime.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.desidime.com\/*"
],
"css": [
"smileypack.min.css"
],
"js": [
"smileypack.min.js"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"homepage_url": "http:\/\/imcreat0r.tk\/blog\/38-new-smiley-pack-with-new-features-for-desidime",
"web_accessible_resources": [
"images\/*.png",
"smileylinks.json"
]
} | |