// background.js - 监听扩展安装
chrome.runtime.onInstalled.addListener(() => {
console.log("Floating Bot Extension 已安装");
});