Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

Co to jest Screen Shatter?

Screen Shatter to rozszerzenie Chrome opracowane przez kr0mex, a jego główną funkcją jest „Trick a Friend into Thinking that Their Screen is Broken”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Screen Shatter

Pobierz pliki rozszerzeń Screen Shatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Trick a Friend into Thinking that Their Screen is Broken                    

Podstawowe informacje o rozszerzeniu

Nazwa Screen Shatter Screen Shatter
ID plkegkcdldgcpicilfekdpgcnobmlaid
Oficjalny URL https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid
Opis Trick a Friend into Thinking that Their Screen is Broken
Rozmiar pliku 357 KB
Liczba instalacji 53
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-06-14
Data Publikacji 2015-06-14
Ocena 1.27/5 Łącznie 15 Oceny
Deweloper kr0mex
Typ Płatności free
Obsługiwane Języki 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"
    ]
}