一亩三分地每日答题助手

帮助你解决一亩三分地上的每日答题。

Cos'è 一亩三分地每日答题助手?

一亩三分地每日答题助手 è un'estensione di Chrome sviluppata da Rizeng Zheng, e la sua funzione principale è "帮助你解决一亩三分地上的每日答题。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 一亩三分地每日答题助手

Scarica i file di estensione 一亩三分地每日答题助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        自动检测每日答题窗口,并会在每个选项旁显示改选项是否为正确答案。勾号图标表示该选项为正确答案,叉号图标表示该选项为错误答案,问号图标表示题库中暂时没有该题的完整信息。题库持续更新中,目前共有200+题。欢迎发邮件至 [email protected] 来提交建议和意见 。

如果您愿意,可以通过 PayPal 向我捐款:https://www.paypal.com/donate/?business=L5WBRJRL4NZHG&no_recurring=0¤cy_code=USD
感谢您的支持!🥳                    

Informazioni di Base sull'Estensione

Nome 一亩三分地每日答题助手 一亩三分地每日答题助手
ID dggkjnoiinakdepkighcnnpjcjldplob
URL Ufficiale https://chromewebstore.google.com/detail/%E4%B8%80%E4%BA%A9%E4%B8%89%E5%88%86%E5%9C%B0%E6%AF%8F%E6%97%A5%E7%AD%94%E9%A2%98%E5%8A%A9%E6%89%8B/dggkjnoiinakdepkighcnnpjcjldplob
Descrizione 帮助你解决一亩三分地上的每日答题。
Dimensione del File 20.06 KB
Conteggio Installazioni 1,038
Versione Corrente 0.0.0.5
Ultimo Aggiornamento 2023-08-28
Data di Pubblicazione 2020-06-12
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore Rizeng Zheng
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u4e00\u4ea9\u4e09\u5206\u5730\u6bcf\u65e5\u7b54\u9898\u52a9\u624b",
    "version": "0.0.0.5",
    "description": "\u5e2e\u52a9\u4f60\u89e3\u51b3\u4e00\u4ea9\u4e09\u5206\u5730\u4e0a\u7684\u6bcf\u65e5\u7b54\u9898\u3002",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.1point3acres.com\/next\/daily-question"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.1point3acres.com\/api\/daily_questions"
    ],
    "permissions": [
        "storage",
        "webRequest"
    ]
}