POE网页市集简中汉化

POE国际服网页市集简中by坚强的程序员

What is POE网页市集简中汉化?

POE网页市集简中汉化 is a Chrome extension developed by HL-Jonk, and its main feature is "POE国际服网页市集简中by坚强的程序员".

Extension Screenshots

screenshot

Download POE网页市集简中汉化 Extension CRX File

Download POE网页市集简中汉化 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2024.01.18
忘了更新这个赛季了,沉迷俄钓 忘了。。。

2023.09.21
马上更

2023.06.01
准备动身去奥克兰了,一个月,有问题github留言

2023.04.20
忘了更新15版本了 sor。 在cs里沉迷赌博,净赚暗金4手8刀,非暗无数,叫我 赌王!垃圾谷歌 不能上图
-----------------------------------------------------------------------------
Test 2021.10.17
双重修改测试  阿巴阿巴阿巴阿巴阿巴

使用方法 二次更新  再搞不定   我真心不建议你玩国际服,回国服最好:

1.VPN open(不管你是ssr ss v2  clash host socks  vpn  ip代理 这里统称vpn)chrome shop搜索插件里添加这个插件。
2.VPN close  并且打开国服市集(登陆好之后的页面),然后点击插件弹窗里的“简体中文化”
3.读条完毕
4.VPN open again  打开国际服市集使用

你读条卡住了,就是2没弄好,要关闭vpn再访问国服的市集网页。
还是卡住,恢复你的host,和代理网络检查一下,不会的话就下载360,360工具箱里的网络恢复。



我抄来的,连gitee还是踩蘑菇兄弟的:https://www.caimogu.cc/post/201496.html
改了下js上传谷歌插件,这样不管你是什么浏览器,只要搜索谷歌插件商店,安装此插件就能使用,不怕浏览器重开就掉插件,chroem错误提示    这类情况发生。                    

Extension Basic Information

Name POE网页市集简中汉化 POE网页市集简中汉化
ID glglefmmcceobfdjabhgbcalfkicncgj
Official URL https://chromewebstore.google.com/detail/poe%E7%BD%91%E9%A1%B5%E5%B8%82%E9%9B%86%E7%AE%80%E4%B8%AD%E6%B1%89%E5%8C%96/glglefmmcceobfdjabhgbcalfkicncgj
Description POE国际服网页市集简中by坚强的程序员
File Size 339 KB
Installation Count 1,760
Current Version 2023.12.17
Last Updated 2024-01-18
Publish Date 2021-11-21
Rating 4.75/5 Total 16 Ratings
Developer HL-Jonk
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "POE\u7f51\u9875\u5e02\u96c6\u7b80\u4e2d\u6c49\u5316",
    "description": "POE\u56fd\u9645\u670d\u7f51\u9875\u5e02\u96c6\u7b80\u4e2dby\u575a\u5f3a\u7684\u7a0b\u5e8f\u5458",
    "version": "2023.12.17",
    "icons": {
        "48": "images\/icon.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_title": "POE Trade zh\u4fee\u6b63",
        "default_icon": "images\/icon.png",
        "default_popup": "options.html"
    },
    "permissions": [
        "*:\/\/www.pathofexile.com\/trade\/*",
        "*:\/\/web.poe.garena.tw\/trade\/*",
        "*:\/\/poe.game.qq.com\/api\/trade\/*",
        "*:\/\/poe.qq.com\/*",
        "*:\/\/gitee.com\/a643226422\/poe\/raw\/master\/*",
        "unlimitedStorage",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.pathofexile.com\/trade\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.pathofexile.com\/trade\/*"
            ],
            "js": [
                "js\/result.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}