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