WebExtension.net
Toggle dark mode
WebExtension.net

POE2 Trade zh

View on Chrome Web Store
View POE2 Trade zh Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (25 ratings)
1 new ratings
12 views
This extension has been viewed 12 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

讓國際版 POE2 Trade 網頁支援中文裝備、詞綴搜尋
Type
Extension
Users
40,000 users
10K
Website poe2db.tw
chua****************
View author page of chua****************
Published
Published on December 12, 2024
Version 0.1.1
Manifest version
3
Updated
Updated on December 13, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View POE2 Trade zh Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "options.html",
        "default_title": "POE2 Trade zh"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/app.js"
            ],
            "matches": [
                "https:\/\/www.pathofexile.com\/trade2\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/result.js"
            ],
            "matches": [
                "https:\/\/www.pathofexile.com\/trade2\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "\u8b93\u570b\u969b\u7248 POE2 Trade \u7db2\u9801\u652f\u63f4\u4e2d\u6587\u88dd\u5099\u3001\u8a5e\u7db4\u641c\u5c0b",
    "host_permissions": [
        "https:\/\/www.pathofexile.com\/trade2\/*",
        "https:\/\/pathofexile.tw\/trade2\/*",
        "https:\/\/poe.game.qq.com\/api\/trade2\/*"
    ],
    "icons": {
        "48": "images\/icon.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 3,
    "name": "POE2 Trade zh",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.pathofexile.com\/*"
            ],
            "resources": [
                "js\/translate.zh_TW.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top