Question Miner

Dont cheat, do it smartly

什麼是Question Miner?

Question Miner是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Dont cheat, do it smartly”。

擴展截圖

screenshot
screenshot

下載Question Miner擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}