The Wikipedia Game

Can you make it to Hitler in time?

ما هو The Wikipedia Game؟

The Wikipedia Game هو إضافة Chrome تم تطويرها بواسطة Sondre Agledahl، والميزة الرئيسية لها هي "Can you make it to Hitler in time?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة The Wikipedia Game

قم بتنزيل ملفات الامتداد The Wikipedia Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم The Wikipedia Game 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"
    ]
}