花瓣采集插件

花瓣采集插件

这个扩展程序可以让你方便地从任意网站上采集喜欢的图片、视频或者网页截图到花瓣网(huaban.com)上。这是花瓣网官方(huaban.com)提供的扩展。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.0.20",
  "name": "花瓣采集插件",
  "description": "这个扩展程序可以让你方便地从任意网站上采集喜欢的图片、视频或者网页截图到花瓣网(huaban.com)上。这是花瓣网官方(huaban.com)提供的扩展。",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "activeTab",
    "management"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.behance.net/*"
      ],
      "js": [
        "behance.5de5fe08.js"
      ],
      "css": [
        "cover.c6f0a71a.css"
      ]
    },
    {
      "matches": [
        "https://*.pinterest.com/*",
        "https://*.pinterest.com.au/*",
        "https://*.pinterest.jp/*",
        "https://*.pinterest.de/*",
        "https://*.pinterest.dk/*",
        "https://*.pinterest.se/*",
        "https://*.pinterest.pt/*",
        "https://*.pinterest.es/*",
        "https://*.pinterest.cl/*",
        "https://*.pinterest.fr/*",
        "https://*.pinterest.nz/*",
        "https://*.pinterest.co.kr/*",
        "https://*.pinterest.co.uk/*"
      ],
      "js": [
        "pinterest.e45aa05c.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.77d90920.js"
      ],
      "all_frames": false,
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tabs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "contents.4929181e.css",
        "contents.b73b0261.svg",
        "contents.06692664.svg",
        "contents.3f004936.svg",
        "contents.c5bbdc5a.svg",
        "contents.83dfa7dd.svg",
        "contents.5453b508.svg",
        "contents.66fc34b7.svg",
        "contents.86e790d2.png",
        "contents.5459570d.svg",
        "contents.8849ba48.svg",
        "contents.5a972122.svg",
        "contents.8fd99f42.svg"
      ]
    }
  ],
  "omnibox": {
    "keyword": "huaban"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}