Konami Code Test Discover

Test all websites you visit for a working Konami code.

Konami Code Test Discover là gì?

Konami Code Test Discover là một tiện ích mở rộng Chrome được phát triển bởi Suisseo, và tính năng chính của nó là "Test all websites you visit for a working Konami code.".

Ả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 Konami Code Test Discover

Tải xuống các tệp mở rộng Konami Code Test Discover 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

                        Discover new Konami code websites as you surf around the web!

This extension will automatically trigger the classic Konami code (up,up,down,down,left,right,left,right,b,a) on every webpage you visit and maybe let you be the first one to discover undiscovered easter eggs (konami codes) as you surf. Try it on sites like Digg.com, vogue.co.uk if you don't know what a konami code is.

Details :
- Triggers the konami code 2 seconds after the webpage is fully loaded
- Set to trigger the konami code only on http & https served pages (doesn't trigger on local files)
- The options page lets you exclude domains on which the konami code should not be triggered.

Confidentiality :
- This extension does only what it says : It triggers the sequence (up,up,down,down,left,right,left,right,b,a), nothing else.

Like this extension : Join us on twitter : @suisseo                    

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

Tên Konami Code Test Discover Konami Code Test Discover
ID hdimokbcjdmhakamdmjbgehfalfajaha
URL Chính Thức https://chromewebstore.google.com/detail/konami-code-test-discover/hdimokbcjdmhakamdmjbgehfalfajaha
Mô tả Test all websites you visit for a working Konami code.
Kích Thước Tệp 7.37 KB
Số Lần Cài Đặt 508
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2014-04-21
Ngày Phát Hành 2014-04-21
Đánh Giá 4.14/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Suisseo
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": "Konami Code Test Discover",
    "short_name": "KonamiCodeDT",
    "description": "Test all websites you visit for a working Konami code.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.7",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "konami.js"
    ]
}