Warframe (Build to Market)

Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.

Warframe (Build to Market)とは何ですか?

Warframe (Build to Market)はseraphx2によって開発されたChromeの拡張機能で、その主な機能は「Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.」です。

拡張機能のスクリーンショット

screenshot

Warframe (Build to Market)拡張機能のCRXファイルをダウンロード

Warframe (Build to Market)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.                    

拡張機能の基本情報

名前 Warframe (Build to Market) Warframe (Build to Market)
ID plbngeoedhogdbghamflgcackmfabcjh
公式URL https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh
説明 Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.
ファイルサイズ 18.27 KB
インストール数 60
現在のバージョン 1.0.0
最終更新日 2022-12-22
公開日 2022-12-22
開発者 seraphx2
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Warframe (Build to Market)",
    "version": "1.0.0",
    "description": "Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.",
    "icons": {
        "48": "logo.png",
        "96": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.overframe.gg\/build\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.overframe.gg\/build\/new\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}