The Tornado

Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and…

The Tornado क्या है?

The Tornado nemrowj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and…"।

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

screenshot
screenshot

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

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

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

                        Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and the rest of the Tornado community) have caused!                    

एक्सटेंशन की मूल जानकारी

नाम The Tornado The Tornado
ID fimoclfnhjnhiemadidhaiagldkolaim
आधिकारिक URL https://chrome.google.com/webstore/detail/the-tornado/fimoclfnhjnhiemadidhaiagldkolaim
विवरण Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and…
फ़ाइल का आकार 1.33 MB
स्थापना संख्या 74
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-09-06
प्रकाशन तिथि 2014-09-06
रेटिंग 2.00/5 कुल 2 रेटिंग्स
डेवलपर nemrowj
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Tornado",
    "version": "1.1",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/staging.shopittome.com\/*",
        "http:\/\/localhost:3000\/*"
    ],
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/handlebars-v1.3.0.js",
                "js\/handlebars_helpers.js",
                "js\/jquery.min.js",
                "js\/model.js",
                "js\/view.js",
                "js\/controller.js",
                "js\/init.js",
                "js\/templates.js",
                "js\/css_path.js",
                "js\/jquery.fancybox.js"
            ],
            "css": [
                "css\/content_script_style.css",
                "css\/jquery.fancybox.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo_48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "templates\/templates.hbs",
        "css\/popup_css.css",
        "js\/*"
    ]
}