Buy+1社群訂單整合系統

Buy+1社群訂單整合系統

Buy+1社群訂單整合系統

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Buy+1社群訂單整合系統",
  "short_name": "Buy+1",
  "version": "3.2.9",
  "description": "Buy+1社群訂單整合系統",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "scripting",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://www.facebook.com/*",
    "https://*.buyplus1.com.tw/*"
  ],
  "background": {
    "type": "module",
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/logo_16.png",
      "32": "icons/logo_32.png",
      "48": "icons/logo_48.png",
      "128": "icons/logo_128.png"
    },
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/context.css"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://*.facebook.com/groups/*/permalink/*",
        "https://*.facebook.com/permalink.php?story_fbid=*&id=*",
        "https://*.facebook.com/*/posts/*",
        "https://*.facebook.com/*/permalink/*",
        "https://*.facebook.com/photo.php?fbid=*&set=a*",
        "https://*.facebook.com/groups/*?post_id=*",
        "https://*.facebook.com/groups/*",
        "https://*.buyplus1.com.tw/b/*/admin/index.php?route=catalog/product/importPostManual*",
        "https://*.facebook.com/*/?a=buyplus1__do456*"
      ],
      "all_frames": true
    },
    {
      "css": [
        "css/context.css"
      ],
      "js": [
        "js/buyplusInject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://*.buyplus1.com.tw/b/*/admin/index.php?route=sale/post&*"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icons/logo_16.png",
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "128": "icons/logo_128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/logo.svg",
        "icons/logo.png",
        "icons/sync.svg",
        "icons/giphy.gif",
        "icons/checked.svg",
        "icons/Frame_75.png",
        "icons/Frame_76.png"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "js/content.js"
      ],
      "matches": [
        "https://www.facebook.com/*"
      ]
    }
  ],
  "author": "buy+1",
  "manifest_version": 3
}