Screen Shatter

Trick a Friend into Thinking that Their Screen is Broken

Screen Shatter क्या है?

Screen Shatter kr0mex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trick a Friend into Thinking that Their Screen is Broken"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screen Shatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}