Question Miner

Dont cheat, do it smartly

Question Minerคืออะไร?

Question Miner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Dont cheat, do it smartly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Question Miner

ดาวน์โหลดไฟล์ส่วนขยาย Question Miner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension that will get the answer to any question from a Google form. With this extension, you can answer any question from a Google form. All you have to do is to go to the form, click on the extension icon, and start answering the questions. This extension will save you time and help you answer any questions faster and easier.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Question Miner Question Miner
ID cildjgcimlhlaemakeegdpghdgoliolg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/question-miner/cildjgcimlhlaemakeegdpghdgoliolg
คำอธิบาย Dont cheat, do it smartly
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.0.3.1
อัปเดตครั้งล่าสุด 2022-01-16
วันที่เผยแพร่ 2022-01-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/Zkg9g46M
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.3.1",
    "name": "Question Miner",
    "description": "Dont cheat, do it smartly",
    "icons": {
        "16": "static\/logos\/q16x16.png",
        "32": "static\/logos\/q32x32.png",
        "48": "static\/logos\/q48x48.png",
        "64": "static\/logos\/q64x64.png",
        "80": "static\/logos\/q80x80.png",
        "96": "static\/logos\/q96x96.png",
        "112": "static\/logos\/q112x112.png",
        "128": "static\/logos\/q128x128.png",
        "144": "static\/logos\/q144x144.png",
        "160": "static\/logos\/q160x160.png",
        "176": "static\/logos\/q176x176.png",
        "192": "static\/logos\/q192x192.png",
        "208": "static\/logos\/q208x208.png",
        "224": "static\/logos\/q224x224.png",
        "240": "static\/logos\/q240x240.png",
        "256": "static\/logos\/q256x256.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}