The Wikipedia Game
Can you make it to Hitler in time?
The Wikipedia Game क्या है?
The Wikipedia Game Sondre Agledahl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Can you make it to Hitler in time?"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Wikipedia Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | The Wikipedia Game |
ID | eegnphdhmfojbanefhnlipmlljgfoaef |
आधिकारिक URL | https://chromewebstore.google.com/detail/the-wikipedia-game/eegnphdhmfojbanefhnlipmlljgfoaef |
विवरण | Can you make it to Hitler in time? |
फ़ाइल का आकार | 5.54 MB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-12-11 |
प्रकाशन तिथि | 2016-12-11 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Sondre Agledahl |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Wikipedia Game", "version": "1.0", "manifest_version": 2, "description": "Can you make it to Hitler in time?", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/en.wikipedia.org\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "https:\/\/en.wikipedia.org\/" ], "web_accessible_resources": [ "icon.png", "lose_sound.mp3", "win_sound.wav" ] } |