Examine source code of 比一比—网购货比三家

Inspect and view changes in 比一比—网购货比三家 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": "比一比—网购货比三家",
  "version": "1.0.9",
  "manifest_version": 2,
  "description": "自动领券、比价、查看历史价格",
  "icons": {
    "128": "images/icon128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "js/background.js",
      "js/backgroundTask.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "js": [
        "js/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/*.js",
    "html/*.html",
    "css/*.css",
    "images/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{28801def-8a36-4372-acae-5849d3f29d15}"
    }
  }
}