Groups
类型 | 描述 | API |
GET | 创建一个组 | /tag/create |
GET | 删除一组 | /tag/remove |
GET | 重命名一个组 | /tag/rename |
GET | 在您的帐户上获得所有组的列表 | /tag/list |
GET | 移动浏览器配置文件到特定的组 | /tag/profile/add |
GET | 将浏览器配置文件去除当前分组(归到默认组) | /tag/profile/remove |
GET | 根据特定组ID获取配置文件列表 | /tag/profile/list |
Profiles
类型 | 描述 | API |
POST | 随机创建浏览器配置文件 | /profile/random |
POST | 自定义所有参数创建浏览器配置文件 | /profile/create |
POST | 更新浏览器配置文件设置 | /profile/update |
GET | 浏览器配置文件详情 | /profile/detail |
GET | 浏览器配置文件分享(批量分享) | /profile/share |
GET | 浏览器配置文件取消分享(批量取消分享) | /profile/cancelShare |
GET | 浏览器配置文件转移所有权(批量转移) | /profile/transferOwnership |
GET | 浏览器配置文件释放(批量释放) | /profile/release |
GET | 删除浏览器配置文件(批量删除) | /profile/remove |
GET | 获取所有可用浏览器配置文件的列表 | /profile/list |
UserAgent
类型 | 描述 | API |
GET/POST | 指定操作系统和内核版本号随机获取UA | /ua/rand |
Local REST API
类型 | 描述 | API |
GET | 启动配置文件浏览器 | /profile/start |
GET | 停止配置文件浏览器 | /profile/stop |
GET | 刷新配置文件浏览器 | /profile/refresh |
GET | 当前标签打开指定网址 | /profile/openurl |
GET | 打开一个新标签页 | /profile/newtab |
GET | 获取网页源代码 | /profile/source |
GET | 发送文字到网页中 | /profile/sendKeys |
GET | 检查配置文件是否正在运行 | /profile/active |
GET | 随机获取配置信息 | /profile/randomProfile |
GET | 删除一个配置文件本地临时文件夹 | /profile/delete |
POST | 在本地创建浏览器配置文件并启动 | /profile/create_start |
GET | 从配置文件导出cookie | /profile/cookies/export/webext |
POST | 将cookie导入配置文件浏览器 | /profile/cookies/import/webext |
POST | 执行脚本Execute Script | /profile/ExecuteScript |
POST | 在浏览器中截图Screen Shot | /profile/ScreenShot |
POST | 获取所有Cookie ( Get ALL Cookie) | /profile/getCookies |
POST | 询问当前页面有没有加载完成 | /profile/readyState |
GET | 切换Tab | /profile/page/bringToFront |
GET | 关闭Tab | /profile/page/close |
GET | 设置:若密码遭遇了数据泄露,发出警告 | /profile/browser/password_ manager_leak_detection |
GET | 重启客户端(无请求参数) | /client/restart |
GET | 测试代理 | /proxy/test |
配置文件各项设置描述
名称 | 具体描述 |
创建配置文件请求 | createProfileRequest |
操作系统列表 | devicesOS |
语言列表 | acceptLanguage |
字体列表 | fontList |