Examine source code of YepMa单一窗口助手

Inspect and view changes in YepMa单一窗口助手 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "YepMa单一窗口助手",
  "description": "中国国际贸易单一窗口 等报关电商网站的小助手",
  "version": "1.0.233",
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_title": "YepMa单一窗口助手",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "images/icon.png"
    }
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/tools/jquery-3.4.1.min.js",
      "js/tools/pako_deflate.min.js",
      "js/tools/md5.min.js",
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "js/page/swappInjectedScript.js"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/tools/jquery-3.4.1.min.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://swapp.singlewindow.cn/*",
        "*://*.singlewindow.*.cn/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "js/tools/tool.js",
        "layer/layer.js",
        "js/page/swapp.js"
      ],
      "css": [
        "layer/layer.css",
        "layer/mylayer.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://swapp.singlewindow.cn/*",
        "*://*.singlewindow.*.cn/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "js/page/swappAll_frames.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://swapp.singlewindow.cn/*",
        "*://*.singlewindow.*.cn/*"
      ],
      "exclude_globs": [
        "*://app.singlewindow.cn/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "js/tools/jquery-3.4.1.min.js",
        "js/page/MNFTQ.js"
      ],
      "matches": [
        "*://query.customs.gov.cn/MNFTQ/MQuery.aspx"
      ],
      "run_at": "document_end"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}