# chrome-reload **Repository Path**: DestinyJun/chrome-reload ## Basic Information - **Project Name**: chrome-reload - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-30 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chrome-reload #### 介绍 给指定页面注入自动刷新,防止认证过期 #### 安装教程 [点击查看安装较教程](https://note.youdao.com/s/EXEHoau2 ) #### 注入插件交互界面配置 ```json { "matches": [ "https://cloud.huawei.com/*" ], "js": ["popup.js"], "run_at": "document_end", "all_frames": true, "world": "MAIN" } ```