Lol2021 Converter
Converts the codes on Lol2021 to the actual price (in yuan)
Lol2021 Converterとは何ですか?
Lol2021 ConverterはMingusによって開発されたChromeの拡張機能で、その主な機能は「Converts the codes on Lol2021 to the actual price (in yuan)」です。
拡張機能のスクリーンショット
Lol2021 Converter拡張機能のCRXファイルをダウンロード
Lol2021 Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Lol2021’s Yupoo (https://lol2021.x.yupoo.com) is a site for getting links for specific items on sites such as Weidian and Taobao. If you want the price of these items you have to go to the converter (https://bmlin-decoder.netlify.app). This extension shows the price automatically on his page instead of the user having to go to the decoder                     拡張機能の基本情報
| 名前 |   |  
| ID | nclbgkpoagdddmddmbppnldbcdpgjjni | 
| 公式URL | https://chromewebstore.google.com/detail/lol2021-converter/nclbgkpoagdddmddmbppnldbcdpgjjni | 
| 説明 | Converts the codes on Lol2021 to the actual price (in yuan) | 
| ファイルサイズ | 137 KB | 
| インストール数 | 1,486 | 
| 現在のバージョン | 0.0.0.1 | 
| 最終更新日 | 2023-04-09 | 
| 公開日 | 2023-04-08 | 
| 評価 | 5.00/5 合計 6 レビュー | 
| 開発者 | Mingus | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lol2021 Converter",
    "version": "0.0.0.1",
    "description": "Converts the codes on Lol2021 to the actual price (in yuan)",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lol2021.x.yupoo.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |