Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

Cos'è Screen Shatter?

Screen Shatter è un'estensione di Chrome sviluppata da kr0mex, e la sua funzione principale è "Trick a Friend into Thinking that Their Screen is Broken".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Shatter

Scarica i file di estensione Screen Shatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Trick a Friend into Thinking that Their Screen is Broken                    

Informazioni di Base sull'Estensione

Nome Screen Shatter Screen Shatter
ID plkegkcdldgcpicilfekdpgcnobmlaid
URL Ufficiale https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid
Descrizione Trick a Friend into Thinking that Their Screen is Broken
Dimensione del File 357 KB
Conteggio Installazioni 53
Versione Corrente 0.1
Ultimo Aggiornamento 2015-06-14
Data di Pubblicazione 2015-06-14
Valutazione 1.27/5 Totale 15 Valutazioni
Sviluppatore kr0mex
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}