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) là gì?

Warframe (Build to Market) là một tiện ích mở rộng Chrome được phát triển bởi seraphx2, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Warframe (Build to Market)

Tải xuống các tệp mở rộng Warframe (Build to Market) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Warframe (Build to Market) Warframe (Build to Market)
ID plbngeoedhogdbghamflgcackmfabcjh
URL Chính Thức https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh
Mô tả 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.
Kích Thước Tệp 18.27 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-12-22
Ngày Phát Hành 2022-12-22
Nhà Phát Triển seraphx2
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}