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."입니다.
확장 프로그램 스크린샷
Konami Code Test Discover 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |