plugin
Chrome插件获取页面请求内容
先代理xhr/fetch对象common.jsconst shopee_get_product_10045487 = "/api/v4/pdp/get_pc";
const api_category_34a10fd6 = {};
api_category_34a10fd6[shopee_get_
Chrome插件 Popup 与 Content-Scripts通信
popup.jsdocument.getElementById("get").addEventListener("click", function () {
chrome.tabs.query({ active: true, currentWindow: true }, function (ta