Smiley Pack for DesiDime
Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.
What is Smiley Pack for DesiDime?
Smiley Pack for DesiDime is a Chrome extension developed by https://imcreat0r.tk, and its main feature is "Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime.".
Extension Screenshots
Download Smiley Pack for DesiDime Extension CRX File
Download Smiley Pack for DesiDime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Smiley Pack for DesiDime |
ID | bgdkepmkpjnikomoegcdjonpifpdhflm |
Official URL | https://chromewebstore.google.com/detail/smiley-pack-for-desidime/bgdkepmkpjnikomoegcdjonpifpdhflm |
Description | Additional features and a advanced pack of lovely smileys to bring your emotions alive on Desidime. |
File Size | 94.87 KB |
Installation Count | 87 |
Current Version | 3.2 |
Last Updated | 2015-09-26 |
Publish Date | 2015-09-26 |
Rating | 4.50/5 Total 4 Ratings |
Developer | https://imcreat0r.tk |
Payment Type | free |
Extension Website | http://imcreat0r.tk/blog/38-new-smiley-pack-with-new-features-for-desidime |
Supported Languages | 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" ] } |