135小助手

135小助手

新媒体运营必备效率工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://mp.weixin.qq.com/*",
        "*://*/*"
      ],
      "js": [
        "/static/js/0.chunk.js",
        "/static/js/1.chunk.js",
        "/static/js/5.chunk.js",
        "/static/js/content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://mp.weixin.qq.com/*"
      ],
      "css": [
        "/static/css/1.6587138d.chunk.css"
      ],
      "exclude_matches": []
    },
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "/static/css/content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "新媒体运营必备效率工具",
  "externally_connectable": {
    "matches": [
      "*://*.135editor.com/*",
      "*://mp.weixin.qq.com/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "135小助手",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://mp.weixin.qq.com/*",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.7",
  "web_accessible_resources": [
    "*"
  ]
}