WeeQuiz Solver 1.2

This will show the correct result for WeeQuiz Site!

ما هو WeeQuiz Solver 1.2؟

WeeQuiz Solver 1.2 هو إضافة Chrome تم تطويرها بواسطة Novelist، والميزة الرئيسية لها هي "This will show the correct result for WeeQuiz Site!".

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

screenshot

تحميل ملف CRX للإضافة WeeQuiz Solver 1.2

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

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

                        Have you tired of guessing what are the correct answers in WeeQuizz site? Not anymore! With this extension, it will allow users to view the correct answer for every quiz !

เคยเหนื่อยกับการเดาคำตอบใน WeeQuizz หรือไม่? ไม่อีกต่อไปแล้วละ ด้วยส่วนเสริมนี้จะช่วยให้คุณเห็นคำตอบที่ถูกต้องทั้งหมดในทุกๆ ควิส!                    

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

الاسم WeeQuiz Solver 1.2 WeeQuiz Solver 1.2
ID ociphadiblabcfljkgoaanlooidnibae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/weequiz-solver-12/ociphadiblabcfljkgoaanlooidnibae
الوصف This will show the correct result for WeeQuiz Site!
حجم الملف 10.12 KB
عدد التثبيتات 67
النسخة الحالية 1.2
آخر تحديث 2017-04-21
تاريخ النشر 2017-04-21
تقييم 5.00/5 مجموع تقييمات 1
المطور Novelist
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeeQuiz Solver 1.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.weequizz.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}