Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

What is Screen Shatter?

Screen Shatter is a Chrome extension developed by kr0mex, and its main feature is "Trick a Friend into Thinking that Their Screen is Broken".

Extension Screenshots

screenshot

Download Screen Shatter Extension CRX File

Download Screen Shatter 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

                        Trick a Friend into Thinking that Their Screen is Broken                    

Extension Basic Information

Name Screen Shatter Screen Shatter
ID plkegkcdldgcpicilfekdpgcnobmlaid
Official URL https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid
Description Trick a Friend into Thinking that Their Screen is Broken
File Size 357 KB
Installation Count 53
Current Version 0.1
Last Updated 2015-06-14
Publish Date 2015-06-14
Rating 1.27/5 Total 15 Ratings
Developer kr0mex
Payment Type free
Supported Languages 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"
    ]
}