Shatd

This is Shatd, the Secret chatting app

What is Shatd?

Shatd is a Chrome extension developed by Unknown, and its main feature is "This is Shatd, the Secret chatting app".

Extension Screenshots

screenshot

Download Shatd Extension CRX File

Download Shatd 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

                        그 동안 직장에서 눈치보며 카톡하느라 힘드셨죠?
이제 Shatd로 눈치보지말고 채팅해보세요.                    

Extension Basic Information

Name Shatd Shatd
ID dfdlbjlmmnjdglgdnamhpebajbhnehih
Official URL https://chromewebstore.google.com/detail/shatd/dfdlbjlmmnjdglgdnamhpebajbhnehih
Description This is Shatd, the Secret chatting app
File Size 1.63 MB
Installation Count 116
Current Version 0.0.1
Last Updated 2016-01-25
Publish Date 2016-01-25
Rating 2.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shatd",
    "description": "This is Shatd, the Secret chatting app",
    "version": "0.0.1",
    "permissions": [
        "background",
        "notifications",
        "http:\/\/*\/"
    ],
    "background": {
        "page": "views\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shatd",
        "default_popup": "app\/index.html"
    },
    "omnibox": {
        "keyword": "sh"
    },
    "web_accessible_resources": [
        "images\/icon1.png",
        "images\/shatd-mini.png",
        "views\/shatd-mini.html",
        "app\/images\/checked-btn.png",
        "app\/images\/unchecked-btn.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/shatd-mini.css"
            ],
            "js": [
                "modules\/js\/jquery-2.2.0.min.js",
                "js\/shatd-mini.js"
            ]
        }
    ],
    "manifest_version": 2
}