Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

Screen Shatterとは何ですか?

Screen Shatterはkr0mexによって開発されたChromeの拡張機能で、その主な機能は「Trick a Friend into Thinking that Their Screen is Broken」です。

拡張機能のスクリーンショット

screenshot

Screen Shatter拡張機能のCRXファイルをダウンロード

Screen Shatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Trick a Friend into Thinking that Their Screen is Broken                    

拡張機能の基本情報

名前 Screen Shatter Screen Shatter
ID plkegkcdldgcpicilfekdpgcnobmlaid
公式URL https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid
説明 Trick a Friend into Thinking that Their Screen is Broken
ファイルサイズ 357 KB
インストール数 53
現在のバージョン 0.1
最終更新日 2015-06-14
公開日 2015-06-14
評価 1.27/5 合計 15 レビュー
開発者 kr0mex
支払い方法 free
対応言語 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"
    ]
}