Konami Code Test Discover
Test all websites you visit for a working Konami code.
Konami Code Test Discover क्या है?
Konami Code Test Discover Suisseo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test all websites you visit for a working Konami code."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Konami Code Test Discover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |