MCPcopy Create free account
hub / github.com/chirpmonster/chrome-cookie-extence

github.com/chirpmonster/chrome-cookie-extence @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
18 symbols 35 edges 9 files 0 documented · 0% updated 4y ago★ 891 open issues

Browse by type

Functions 12 Types & classes 6
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

谷歌拓展:解决90+版本后cookie携带问题

解决方案

通过chrome拓展插件提供的webRequestBlocking API和cookie API实现强制携带cookie

使用指南

下载 插件 ,点击Chrome浏览器右上角… =>更多工具=>拓展程序

打开开发者模式,拖入zip文件,立即生效

右上角插件按钮可以将插件固定在顶端

本地调试项目

  • git clone 仓库地址

  • npm i

  • npm run watch

会生成build文件夹,将文件夹拖入谷歌拓展中。支持热更新。

  • 打包发布 npm run build

会生成build文件夹,打包成zip发布


更新说明:

0.1.1 修复了百度网盘和谷歌账号验证时出现的无法成功跳转的问题

0.1.2 修复了initiator和url不一致时的解析逻辑

0.1.3 【不携带cookie的白名单】验证时机提前

0.1.4 添加不携带cookie的白名单,添加建议关闭的文案

0.2.0 添加强制替换cookie的配置

0.2.1 支持对ip地址型domain的支持


This project is powered by chirpmonster

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 7
Class 6
Method 5

Languages

TypeScript100%

Modules by API surface

src/background.js6 symbols
src/components/CookieCarrier/index.jsx4 symbols
src/components/AutoApprovalForm/index.jsx4 symbols
src/components/App.jsx3 symbols
config/webpack.config.js1 symbols

For agents

$ claude mcp add chrome-cookie-extence \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page