api-mom

api-mom.com chrome extension

What is api-mom?

api-mom is a Chrome extension developed by https://www.acorn.center, and its main feature is "api-mom.com chrome extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download api-mom Extension CRX File

Download api-mom 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

                        api-mom.com 是一个API接口在线管理工具,此扩展程序是其附属扩展,用于同时支持内外网的API接口测试。

api-mom.com is an API online management tool. This extension program is its subsidiary extension, which is used to support API testing of both internal and external networks.                    

Extension Basic Information

Name api-mom api-mom
ID keoikedndlolhbleidfdnefidaklebnc
Official URL https://chromewebstore.google.com/detail/api-mom/keoikedndlolhbleidfdnefidaklebnc
Description api-mom.com chrome extension
File Size 48.01 KB
Installation Count 83
Current Version 1.2
Last Updated 2020-10-29
Publish Date 2020-05-01
Developer https://www.acorn.center
Email [email protected]
Payment Type free
Extension Website https://www.api-mom.com/
Help Page URL https://www.api-mom.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "api-mom",
    "description": "api-mom.com chrome extension",
    "version": "1.2",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.api-mom.com\/i\/*",
                "https:\/\/www.api-mom.com\/i\/*"
            ],
            "js": [
                "frontend-parent.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.api-mom.com\/api\/*",
                "https:\/\/www.api-mom.com\/api\/*"
            ],
            "js": [
                "frontend-first.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.api-mom.com\/api\/*",
                "https:\/\/www.api-mom.com\/api\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/data.js",
                "frontend-frame.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "image\/24x24.png",
        "48": "image\/72x72.png",
        "128": "image\/128x128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "api-mom",
        "default_icon": {
            "19": "image\/24x24.png",
            "38": "image\/72x72.png"
        }
    },
    "manifest_version": 2
}