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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης The Tornado

Λήψη αρχείων επέκτασης The Tornado σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}