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…”。
擴展截圖
下載The Tornado擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | fimoclfnhjnhiemadidhaiagldkolaim |
官方網址 | 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\/*" ] } |