Conjuguemos Autocomplete

lol

什麼是Conjuguemos Autocomplete?

Conjuguemos Autocomplete是由Aaron2599開發的Chrome擴展程式,該擴展的主要功能是“lol”。

擴展截圖

screenshot

下載Conjuguemos Autocomplete擴展crx文件

下載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
官方網址 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\/*"
    ]
}