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 là gì?
The Tornado là một tiện ích mở rộng Chrome được phát triển bởi nemrowj, và tính năng chính của nó là "Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Tornado
Tải xuống các tệp mở rộng The Tornado dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fimoclfnhjnhiemadidhaiagldkolaim |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-tornado/fimoclfnhjnhiemadidhaiagldkolaim |
Mô tả | Easily fuck anything up on the internet. Anyone else with the chrome extension installed will be able to see the mayhem you (and… |
Kích Thước Tệp | 1.33 MB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-09-06 |
Ngày Phát Hành | 2014-09-06 |
Đánh Giá | 2.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | nemrowj |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |