Evil Console

Enhance your console... in a terrible, terrible way.

Evil Console là gì?

Evil Console là một tiện ích mở rộng Chrome được phát triển bởi jorge.silva.jetter, và tính năng chính của nó là "Enhance your console... in a terrible, terrible way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Evil Console

Tải xuống các tệp mở rộng Evil Console 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

                        Evil console enhances your console... in terrible, terrible ways. Install it on your friend's computer and see them start to go crazy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evil Console Evil Console
ID hjmeopdfaoneecmmephjiacpekmgfcmi
URL Chính Thức https://chromewebstore.google.com/detail/evil-console/hjmeopdfaoneecmmephjiacpekmgfcmi
Mô tả Enhance your console... in a terrible, terrible way.
Kích Thước Tệp 1.76 MB
Số Lần Cài Đặt 305
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-10-31
Ngày Phát Hành 2014-10-31
Nhà Phát Triển jorge.silva.jetter
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": "Evil Console",
    "description": "Enhance your console... in a terrible, terrible way.",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*"
            ],
            "js": [
                "console.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_about_blank": true
        }
    ]
}