Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

Co je Screen Shatter?

Screen Shatter je rozšíření Chrome vyvinuté kr0mex, a jeho hlavní funkcí je „Trick a Friend into Thinking that Their Screen is Broken“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Screen Shatter

Stáhněte si soubory rozšíření Screen Shatter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Trick a Friend into Thinking that Their Screen is Broken                    

Základní Informace o Rozšíření

Název Screen Shatter Screen Shatter
ID plkegkcdldgcpicilfekdpgcnobmlaid
Oficiální URL https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid
Popis Trick a Friend into Thinking that Their Screen is Broken
Velikost souboru 357 KB
Počet instalací 53
Aktuální Verze 0.1
Poslední Aktualizace 2015-06-14
Datum Vydání 2015-06-14
Hodnocení 1.27/5 Celkem 15 Hodnocení
Vývojář kr0mex
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Trick a Friend into Thinking that Their Screen is Broken",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "Screen Shatter",
    "version": "0.1",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "webRequest",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/crack.png",
        "glass.mp3"
    ]
}