Shatd

This is Shatd, the Secret chatting app

Qu'est-ce que Shatd ?

Shatd est une extension Chrome développée par Unknown, et sa fonction principale est "This is Shatd, the Secret chatting app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shatd

Téléchargez les fichiers d'extension Shatd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Shatd Shatd
ID dfdlbjlmmnjdglgdnamhpebajbhnehih
URL Officiel https://chromewebstore.google.com/detail/shatd/dfdlbjlmmnjdglgdnamhpebajbhnehih
Description This is Shatd, the Secret chatting app
Taille du Fichier 1.63 MB
Nombre d'Installations 116
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-01-25
Date de Publication 2016-01-25
Évaluation 2.33/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}