Commit Graph

9 Commits

Author SHA1 Message Date
呈祥 5df5fab875 迁移到 Manifest V3 并精简项目
- manifest.json 升级到 MV3:Service Worker + action,权限改用 declarativeNetRequest
- background.js 重写为 Service Worker,用 DNR 动态/session 规则修改请求/响应头,
  支持 URL 正则、资源类型过滤、Tab 锁、暂停;badge/右键菜单改用 chrome.action/onClicked
- main.js 存储层从 localStorage 迁移到 chrome.storage.local(Proxy 同步适配 + 手动
  bootstrap),并对旧 MV2 数据做一次性自动迁移;改动即时持久化
- popup.html 去掉 404 的 associate.js 与自动 ng-app;移除侧边栏无用入口
- 清理死代码与冗余资源:openCloudBackup、cloudbackupdialog 模板、推广 tips、
  _DS_Store、8 个未引用图标
- README 用中文重写,说明项目来源、MV3 改造与使用方法
2026-07-10 15:14:34 +08:00
hao1300 f73522b2f5 Update README.md 2019-07-12 06:11:50 -07:00
hao1300 aa93d32a27 Update README.md 2019-07-11 06:30:44 -07:00
hao1300 d97161c89c Update README.md 2019-07-11 06:06:34 -07:00
hao1300 b50506b478 Update README.md 2019-07-11 06:02:29 -07:00
Hao Nguyen 00c5417daf Update README 2019-07-11 05:57:48 -07:00
hao1300 18a4a40935 Update README.md 2019-07-11 05:27:29 -07:00
Hao Nguyen eeb1ce3455 Initial commit 2019-07-11 05:24:45 -07:00
hao1300 ef5cee9a77 Initial commit 2019-07-11 05:08:03 -07:00