全球网站流量查询

全球网站流量查询

获取全球任意网站的流量情况

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "全球网站流量查询",
  "version": "1.0.0",
  "description": "获取全球任意网站的流量情况",
  "permissions": [
    "https://traffic.gnlab.com/*",
    "tabs"
  ],
  "web_accessible_resources": [],
  "browser_action": {
    "default_icon": "logo.png",
    "default_title": "全球网站流量查询",
    "default_popup": "index.html"
  },
  "options_page": "index.html",
  "short_name": "全球网站流量查询",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  }
}