Conjuguemos Automator

Automatically complete Conjuguemos.

Conjuguemos Automatorคืออะไร?

Conjuguemos Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dilon Chugh และคุณลักษณะหลักของมันคือ "Automatically complete Conjuguemos."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}