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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}