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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

The Tornado 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}