YApi-X
YApi-X 浏览器插件。
What is YApi-X?
YApi-X is a Chrome extension developed by Jay Fong, and its main feature is "YApi-X 浏览器插件。".
Extension Screenshots
Download YApi-X Extension CRX File
Download YApi-X 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
                        YApi-X 浏览器插件。
1、支持 YApi-X 和 YApi 官方版;
2、提供跨域请求能力;
3、支持文件上传(对于官方版,需修改 YApi 源码,请进入主页了解如何修改)。                     Extension Basic Information
| Name |  | 
| ID | ebiododddhjccikhminneafpoppneknc | 
| Official URL | https://chromewebstore.google.com/detail/yapi-x/ebiododddhjccikhminneafpoppneknc | 
| Description | YApi-X 浏览器插件。 | 
| File Size | 13.74 KB | 
| Installation Count | 12,172 | 
| Current Version | 1.2.1 | 
| Last Updated | 2022-05-26 | 
| Publish Date | 2020-04-07 | 
| Rating | 4.42/5 Total 12 Ratings | 
| Developer | Jay Fong | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/fjc0k/YApi-X | 
| Help Page URL | https://github.com/fjc0k/YApi-X/issues | 
| Supported Languages | zh-CN | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YApi-X",
    "description": "YApi-X \u6d4f\u89c8\u5668\u63d2\u4ef6\u3002",
    "version": "1.2.1",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "adapter.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "runtime.js"
            ]
        }
    ]
} | |