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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Smiley Pack for DesiDime Smiley Pack for DesiDime
ID bgdkepmkpjnikomoegcdjonpifpdhflm
官方URL 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"
    ]
}