China Weather | 中国天气预报

China Weather | 中国天气预报

China weather forecast. 中国天气预报 PM2.5和AQI空气质量指数。 数据来源 中国天气网

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "John Jiang",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "mystyles.css"
      ],
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://apip.weatherdt.com/*",
        "https://m.weather.com.cn/*",
        "http://apip.weatherdt.com/*",
        "http://m.weather.com.cn/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "China weather forecast. 中国天气预报 PM2.5和AQI空气质量指数。 数据来源 中国天气网",
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiAn/H4z+NTVgEoZFOwr0YqfSESBjEYAMzHrqtP74iMwp/WUrFSA+kYr4xp5q+CMYXGvPusT6f8crl1ruXz/dj0WFHsLkXLi+ELI7KED8m38Yve5dEYUkubVtpMqtYvbDEdW85Y69GDTeHRjSS05VlPzTRhp3sJ4ovjRWMZ2McZkLaKph+qs5ddzYHgDJj9z88J/BnDE74YTrxvBVm3oMQQ82TK26YiJZWNYrRjQgT9Y85TevA3fTQ6gl4h7uaJVFr2gMi5gR88kMXFx7/bPOPK0/hzZgcrrWmN0mza6k0tpoSaBjdXaui/PxNLOHSj+0v9xggLs1rgDdqYutqlY75wIDAQAB",
  "manifest_version": 2,
  "name": "China Weather | 中国天气预报",
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "web_accessible_resources": [
    "myInjectedScript.js"
  ]
}