Find the best shopping prices

Find the best shopping prices

This Extension can find best price for shopping on all over the online shopping Mall.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_addonName_xlj__",
  "version": "15.204.54.5",
  "description": "__MSG_addonDescription_xlj__",
  "default_locale": "en",
  "icons": {
    "32": "img/icon_32.png",
    "64": "img/icon_64.png",
    "96": "img/icon_96.png",
    "128": "img/icon_128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "__MSG_addonCommands_action_popup__"
    },
    "search_1": {
      "suggested_key": {
        "default": "Alt+1"
      },
      "description": "__MSG_addonCommands_search_baidu__"
    },
    "search_2": {
      "suggested_key": {
        "default": "Alt+2"
      },
      "description": "__MSG_addonCommands_search_cidian__"
    },
    "search_3": {
      "suggested_key": {
        "default": "Alt+3"
      },
      "description": "__MSG_addonCommands_search_gouwubijia__"
    }
  },
  "action": {
    "default_icon": {
      "64": "img/icon_64.png",
      "96": "img/icon_96.png",
      "128": "img/icon_128.png"
    },
    "default_title": "__MSG_addonAction_popup_default_title__",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/15.js",
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "all_frames": true,
      "js": [
        "js/25.js"
      ],
      "css": [
        "css/50.css"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "author": "TianWangLiJing",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}