Conjuguemos Autocomplete

lol

Conjuguemos Autocompleteคืออะไร?

Conjuguemos Autocomplete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron2599 และคุณลักษณะหลักของมันคือ "lol"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Conjuguemos Autocomplete ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *only works for Spanish at the moment

Conjuguemos Autocomplete is a cheat for Conjuguemos.com that can help you get your assignment turned in complete and on time. once you have the extension installed you can log into conjuguemos and start an assignment or verb practice then from there click on the extension and it will autocomplete that question for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Conjuguemos Autocomplete Conjuguemos Autocomplete
ID kegahjgfiaoioefjffcjbjccmeffalbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/conjuguemos-autocomplete/kegahjgfiaoioefjffcjbjccmeffalbj
คำอธิบาย lol
ขนาดไฟล์ 8.53 KB
จำนวนการติดตั้ง 1,105
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-12-05
วันที่เผยแพร่ 2021-12-05
คะแนน 2.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Aaron2599
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Conjuguemos Autocomplete",
    "description": "lol",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/conjuguemos.com\/*"
    ]
}