小满助手

小满助手

小满助手

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "小满助手",
  "manifest_version": 2,
  "description": "小满助手",
  "version": "2.9.4",
  "default_locale": "zh_CN",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cfile.xiaoman.cn; object-src 'self'",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*",
        "*://*.google.com.hk/search*",
        "*://*.google.com.tw/search*",
        "*://*.google.com.au/search*",
        "*://*.google.co.jp/search*",
        "*://*.google.co.uk/search*",
        "*://*.google.fr/search*",
        "*://*.google.de/search*",
        "*://*.google.it/search*",
        "*://*.google.nl/search*",
        "*://*.google.ch/search*"
      ],
      "run_at": "document_end",
      "css": [
        "css/googleSearch.css"
      ],
      "js": [
        "scripts/googleSearch.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.xiaoman.cn/*",
        "*://*.xiaoman.site/*",
        "*://*.xiaoman.co/*",
        "*://*.xiaoman.cc/*",
        "*://*.m.tips/*",
        "*://web.whatsapp.com/*",
        "*://*.linkedin.com/*",
        "*://*.linkedin.cn/*"
      ],
      "run_at": "document_end",
      "css": [
        "css/finder.css"
      ],
      "js": [
        "scripts/finder.js"
      ]
    },
    {
      "matches": [
        "*://www.linkedin.com/search/results/companies/*",
        "*://www.linkedin.com/company/*",
        "*://www.linkedin.com/search/results/people/*",
        "*://www.linkedin.com/search/results/all/*",
        "*://www.linkedin.com/in/*",
        "*://www.linkedin.com/people/*"
      ],
      "run_at": "document_end",
      "css": [
        "css/linkedin.css"
      ],
      "js": [
        "scripts/linkedin.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/whatsapp.js"
      ],
      "css": [
        "css/whatsapp.css",
        "css/whatsappInject.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.xiaoman.cn/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/whatsappExpose.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.xiaoman.cn/*",
        "*://work.okki.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/alibabaLoginContent.js"
      ]
    }
  ],
  "icons": {
    "16": "img/[email protected]",
    "48": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/[email protected]",
      "48": "img/[email protected]",
      "128": "img/[email protected]"
    },
    "default_title": "正在运行",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "background",
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "img/*",
    "scripts/alibabaLoginInject.js",
    "scripts/xiaomanBaseInject.js",
    "scripts/whatsappInject.js"
  ]
}