Conjuguemos Automator

Automatically complete Conjuguemos.

Conjuguemos Automatorとは何ですか?

Conjuguemos AutomatorはDilon Chughによって開発されたChromeの拡張機能で、その主な機能は「Automatically complete Conjuguemos.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Conjuguemos Automator拡張機能のCRXファイルをダウンロード

Conjuguemos Automator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Just enter the number of questions, and press start.

Works for all Spanish verb tenses.

(New!) Version 2.0 can save scores automatically.

THIS SERVICE IS PROVIDED SOLELY AS A PROOF OF CONCEPT AND IS NOT INTENDED TO ENCOURAGE OR FACILITATE ANY FORM OF ACADEMIC DISHONESTY. ANY ACTIONS TAKEN USING THIS EXTENSION ARE COMPLETELY INDEPENDENT OF THIS SERVICE AND ARE THE SOLE RESPONSIBILITY OF THE USER. THE CREATOR OF THIS SERVICE CANNOT BE HELD LIABLE FOR ANY MISUSE OR CONSEQUENCES ARISING FROM SUCH ACTIONS.

Keywords: Conjuguemos autocomplete, Conjuguemos cheat, Conjuguemos hack                    

拡張機能の基本情報

名前 Conjuguemos Automator Conjuguemos Automator
ID pdoakjdcncacenbnodhgcfhmkflghkjn
公式URL https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn
説明 Automatically complete Conjuguemos.
ファイルサイズ 248 KB
インストール数 427
現在のバージョン 2.0
最終更新日 2024-01-24
公開日 2023-05-08
評価 5.00/5 合計 5 レビュー
開発者 Dilon Chugh
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conjuguemos Automator",
    "version": "2.0",
    "description": "Automatically complete Conjuguemos.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/conjuguemos.com\/verb\/homework\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "coqui.png",
        "default_popup": "popup.html",
        "default_title": "Conjuguemos Automator"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/conjuguemos.com\/verb\/homework\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "type": "module"
        }
    ]
}