Conjuguemos Automator

Automatically complete Conjuguemos.

Conjuguemos Automator là gì?

Conjuguemos Automator là một tiện ích mở rộng Chrome được phát triển bởi Dilon Chugh, và tính năng chính của nó là "Automatically complete Conjuguemos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Conjuguemos Automator

Tải xuống các tệp mở rộng Conjuguemos Automator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Conjuguemos Automator Conjuguemos Automator
ID pdoakjdcncacenbnodhgcfhmkflghkjn
URL Chính Thức https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn
Mô tả Automatically complete Conjuguemos.
Kích Thước Tệp 248 KB
Số Lần Cài Đặt 427
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2023-05-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Dilon Chugh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}