12306.CN 订票助手

12306.CN 订票助手

帮你订票的小助手 edit by cleo :-)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [],
      "js": [
        "12306_ticket_helper.user.js"
      ],
      "matches": [
        "http://dynamic.12306.cn/otsweb/*",
        "https://dynamic.12306.cn/otsweb/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "帮你订票的小助手 edit by cleo :-) ",
  "name": "12306.CN 订票助手",
  "version": "13.1.8.0",
  "manifest_version": 2
}