Konami Code Test Discover

Test all websites you visit for a working Konami code.

Konami Code Test Discoverとは何ですか?

Konami Code Test DiscoverはSuisseoによって開発されたChromeの拡張機能で、その主な機能は「Test all websites you visit for a working Konami code.」です。

拡張機能のスクリーンショット

screenshot

Konami Code Test Discover拡張機能のCRXファイルをダウンロード

Konami Code Test Discover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Konami Code Test Discover Konami Code Test Discover
ID hdimokbcjdmhakamdmjbgehfalfajaha
公式URL https://chromewebstore.google.com/detail/konami-code-test-discover/hdimokbcjdmhakamdmjbgehfalfajaha
説明 Test all websites you visit for a working Konami code.
ファイルサイズ 7.37 KB
インストール数 508
現在のバージョン 1.7
最終更新日 2014-04-21
公開日 2014-04-21
評価 4.14/5 合計 14 レビュー
開発者 Suisseo
支払い方法 free
対応言語 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"
    ]
}