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