# Thunder-link-thirdpart **Repository Path**: g8up/Thunder-link-thirdpart ## Basic Information - **Project Name**: Thunder-link-thirdpart - **Description**: 迅雷 JS-SDK 第三方修改 - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: chrome-extension - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-07-03 - **Last Updated**: 2024-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: tools ## README # Thunder-link-thirdpart > 迅雷 JS-SDK 第三方修改,Base on 迅雷下载 JS-SDK v1.7.4 ## 接入 Chrome Extension - `manifest.json`注册在线资源加载策略 ```json { // ... "content_security_policy": "script-src https://res-etl-ssl.xunlei.com https://open.thunderurl.com 'self'; object-src 'self';" } ``` - page(`option`|`popup`) ```html ``` - script ```js // js/your-code.js /** 创建迅雷批量下载任务 */ window.thunderLink.newTask({ taskGroupName: `微博视频`, downloadDir: "笃笃媒体下载器", tasks: [{ name: "xxx1", url: "yyy1", }, { name: "xxx2", url: "yyy2", }], }); ``` # Releases | dist/ | Desc | | ------------------- | --------------- | | thunder-link-crx.js | 兼容 Chrome 扩展的版本,在 Windows 10 + Thunder v11.2.2.1716 下测试通过 | # Drivers > 本项目由[笃笃微博媒体下载器](http://etutor.xyz/)驱动开发 ![](https://images.gitee.com/uploads/images/2021/0704/183807_5ddb869e_418283.png)