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
Eメール [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\/*"
    ]
}