系关参数名验证描述示例 | ||||
basic.disable-window-chrome | 通过 | 是否禁用 window.chrome「1:true; 0:false」 | 1 | |
basic.timezone | 通过 | 时区 | Asia/Shanghai | |
basic.init-history-length | 通过 | 设置初始化的历史记录数量 | 10 | |
basic.inject-js | 通过 | 注入的js | 具体请看「注入 js」 | |
basic.inject-system-js | 注入的js(由系统控制,不允许客户端注入) | |||
basic.allow-permissions | 通过 | 直接允许的权限**(具体请看“权限枚举列表”)** | [3] | |
basic.reject-permissions | 通过 | 直接拒绝的权限**(具体请看“权限枚举列表”)** | [4] | |
版本信息 | version-info.product-name | 通过 | 产品名称 | Google Chrome |
version-info.number | 通过 | 版本号 | 89.0.0.4389 | |
字体相干 | font.list-json | 通过 | 注入字体**(留意:有小概率注入不乐成)** | ["Marlett","Haettenschweiler"] |
Navigator 相干 | navigator.webdriver-status | 通过 | 设置 webdriver 状态「1:true; 0:false」 | 0 |
navigator.user-agent | 通过 | 设置 User-Agent | Mozilla/5.0 (Linux; Android 9; vivo X22A Build/PKQ1.180819.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.3440.91 Mobile Safari/537.36 | |
navigator.user-agent-auto-match | 通过 | 修改 UserAgent 里的版本号,主动对应 "version-info.number" 字段的值 | 1 | |
navigator.reduced-major-in-minor-version-number | 通过 | 逼迫只获取主版本号(比方:把 96.0.4664.104 变成 96.0.0.0) | 0 | |
navigator.platform | 通过 | 平台 | Linux armv8l(具体请看「Platform」) | |
navigator.vendor | 通过 | 欣赏器供应商的名称 | Apple Computer, Inc. 和 Google Inc. | |
navigator.max-touch-points | 通过 | 装备能够支持的最大同时触摸的点数「移动端:5; PC:1」 | 5 | |
navigator.hardware-concurrency | 通过 | 处置惩罚器数量 | 8 | |
navigator.device-memory | 通过 | 装备内存数 | 4 | |
navigator.do-not-track | 通过 | 设置 Do Not Track(如果逼迫不追踪就设置为 “1”,否则请不要设置该值。) | 1 | |
navigator.enable-plugin | 通过 | 是否启用插件(留意:如果是移动端建议关闭)「1:true; 0:false」 | 1 | |
navigator.plugin-json | 通过 | 插件(只有 enable-plugin 设置为 1,该属性才见效) | 具体请看「插件」 | |
navigator.enable-fake-plugin | 通过 | 是否启用默认 PC 端自带的五个插件「1:true; 0:false」((只有 navigator-enable-plugin 设置为 1,该属性才见效。如果是 PC 端建议开启,如果是移动端建议关闭) | 1 | |
navigator.online | 通过 | 是否在线「1:true; 0:false」(留意:建议强烈设置成 1) | 1 | |
navigator.java-enabled | 通过 | javaEnabled「1:true; 0:false」(留意:建议设置成对应机型的值) | 1 | |
navigator.pdf-viewer-enabled | 通过 | pdfViewerEnabled「1:true; 0:false」(留意:建议设置成对应机型的值) | 1 | |
navigator.bluetooth-availability | 通过 | 蓝牙可用性「1:true; 0:false」(留意:建议强烈设置成 1) | 1 | |
navigator.language | 通过 | 用户偏好语言 | zh-CN | |
navigator.languages | 通过 | 欣赏器支持语言(多个请用**","**符号毗连) | zh-CN,zh,en | |
Client Hints | client-hints.disable | 通过 | 是否启用 client hints「1:true; 0:false」 | 1 |
client-hints.disable-json | 通过 | 禁用指定的 ua-client-hints 属性 | ["15"] | |
client-hints.viewport-width | 通过 | 宽度 | 980 | |
client-hints.viewport-height | 通过 | 高度 | 980 | |
client-hints.prefers-color | 通过 | 体现模式 「dark;light」 | dark | |
client-hints.mobile | 通过 | 是否是手机「1:true; 0:false」 | 1 | |
client-hints.platform | 通过 | 平台 | Android | |
client-hints.platform-version | 通过 | 平台版本 | 12.0.0 | |
client-hints.architecture | 通过 | 平台架构的字符串。比方,"x86" | arm | |
client-hints.bitness | 通过 | 架构位数的字符串。比方,"64" | 64 | |
client-hints.wow64 | 通过 | 如果二进制文件是在 32 位模式下构建并在 64 位上运行,则返回 true;否则返回 false。「1:true; 0:false」 | 0 | |
client-hints.model | 通过 | 手机型号 | Redmi Note 9 Pro | |
性能相干 | performance.match-json | 通过 | 多组匹配修改:type、redirect-count、timing 等 如何导航到该页面,具体请检察链接:PerformanceNavigation: type property - Web APIs | MDN | { "target_url": "https://so.com", "match_type": "1", "match_break": "1", "navigation_type": "1", "navigation_redirect_count": "78", "timing_connectEnd_offset": "0", "timing_connectStart_offset": "0", "timing_domComplete_offset": "0", "timing_domContentLoadedEventEnd_offset": "0", "timing_domContentLoadedEventStart_offset": "0", "timing_domInteractive_offset": "0", "timing_domLoading_offset": "0", "timing_domainLookupEnd_offset": "0", "timing_domainLookupStart_offset": "0", "timing_fetchStart_offset": "0", "timing_loadEventEnd_offset": "0", "timing_loadEventStart_offset": "0", "timing_navigationStart_offset": "0", "timing_redirectEnd_offset": "190.8", "timing_redirectStart_offset": "0", "timing_requestStart_offset": "0", "timing_responseEnd_offset": "0", "timing_responseStart_offset": "0", "timing_secureConnectionStart_offset": "0", "timing_unloadEventEnd_offset": "0", "timing_unloadEventStart_offset": "0" } |
运行内存相干 | memoryinfo.total-js | 通过 | 可利用的内存 | 95301723 |
memoryinfo.used-js | 通过 | JS 对象(包括V8引擎内部对象)占用的内存数 | 92349659 | |
memoryinfo.limit-js | 通过 | 内存大小限定 通常,usedJSHeapSize不能大于totalJSHeapSize,如果大于,有可能出现了内存泄漏 | 4294705152 | |
窗口相干 | frame.disable-alert | 通过 | 是否禁用 alert 弹框「1:true; 0:false」 | 1 |
frame.disable-window-open | 通过 | 是否禁用 window.open 弹框「1:true; 0:false」 | 1 | |
frame.confirm | 通过 | 逼迫 confirm 弹框的值「1:true; 0:false」 | 1 | |
** | media.list-json | 通过 | 硬件装备信息 | 具体请看「硬件装备信息」 |
media.matchs-json | 通过 | 媒体查询 | 具体请看「修改 window.matchs 匹配」 | |
Screen 相干 | screen.color-depth | 通过 | colorDepth(屏幕的色彩深度) | 30 |
screen.width | 通过 | 屏幕宽度(单位:px) | 393 | |
screen.height | 通过 | 屏幕高度(单位:px) | 851 | |
screen.avail-width | 通过 | 可用空间的屏幕宽度(单位:px) | 393 | |
screen.avail-height | 通过 | 可用空间的屏幕高度(单位:px) | 851 | |
screen.avail-left | 通过 | 可用空间的左边边界的第一个像素点 | 0 | |
screen.avail-top | 通过 | 可用空间的顶部边界的第一个像素点 | 0 | |
screen.orientation-angle | 通过 | 屏幕方向「0、90、180、270」,留意:请共同 “ ScreenOrientationType” 搭配利用。 | 0 | |
screen.orientation-type | 通过 | 屏幕方向「"portrait-primary"、"landscape-primary"、"landscape-secondary"」 ,留意:请共同 “ ScreenOrientationAngle” 搭配利用。 | portrait-primary | |
screen.device-pixel-ratio | 通过 | 装备像素比 | 3 | |
Rect 相干 | rect.width | 通过 | 可视区域页面宽度 | 350 |
rect.height | 通过 | 可视区域页面高度 | 780 | |
Document 相干 | document.match-json | 通过 | 多组匹配修改:标题、referrer、当前链接 | 404 您访问的页面找不到了_腾讯网 |
document.is-trusted | 通过 | 是否是用户实行的变乱「1:true; 0:false」(留意:建议强烈设置成 1) | 1 | |
document.compat-mode | 通过 | 渲染模式 | CSS1Compat | |
document.charset | 通过 | 文档编码 | GBK | |
document.lastModified | 通过 | 文档最后更新时间 | 15874423673 | |
document.video-support-mime-types-json | 通过 | 支持播放的视频格式 具体请看:「模糊匹配视频支持格式」 | [ { "type": "dmlkZW8vb2dnOyBjb2RlY3M9InRoZW9yYSI=", "support": "maybe", } ] | |
Header 相干 | header.x-requested-with | 通过 | 设置 X-Requested-With 的值 | com.xunmeng.pinduoduo |
header.extra-json | 通过 | 额外的 header(留意:如果逼迫设置原本存在的 key,不会有用果) | { "name": "header1", "value": "value1" }, { "name": "header2", "value": "value2" } | |
Cookie 相干 | cookie.status | 通过 | 是否开启 cookie 「1:true; 0:false」 | 0 |
cookie.json | 通过 | 注入 Cookie 值 | [ { "port": "80", "domain": ".baidu.com", "name": "BAIDUID", "value": "xxxxx6B7E8F02313:FG=1" }, { "port": "80", "domain": ".so.com", "name": "name2", "value": "aaaaa2" } ] | |
电量相干 | battery-manager.charging | 通过 | 是否正在充电「1:true; 0:false」 | 0 |
battery-manager.charging-time | 通过 | 距离充电完毕还需多少秒,如果为0则充电完毕(double 类型,可以 infinity 和 - infinity) | null | |
battery-manager.discharging-time | 通过 | 距离电池耗电至空且挂起必要多少秒(double 类型,可以 infinity 和 - infinity) | null | |
battery-manager.level | 通过 | 电量(单位是两位小数。比方:0.28 代表百分之 28 的电量。最大为 1,代表百分之百电量。) | 0.98 | |
网络相干 | connection.effective-type | 通过 | 网络有用类型 | 4g |
connection.type | 通过 | 网络类型 具体请看「ConnectionType 类型」 | cellular | |
connection.downlink | 通过 | 网络下行速度 | 1.75 | |
connection.downlink-max | 通过 | 网络最大下行速度 | 100 | |
connection.rtt | 通过 | 估算的往返时间 | 100 | |
connection.save-data | 通过 | 打开/哀求数据保护模式「1:true; 0:false」 | 0 | |
** | fingerprint.audio-rand-value | 通过 | 音频指纹偏移量「范围:99.000 ~ 0.999」 | 0.98 |
fingerprint.canvas-rand-value | 通过 | Canvas 指纹偏移量「范围:99.000 ~ 0.999」 | 0.32 | |
fingerprint.webgl-rand-value | 通过 | Webgl 指纹偏移量「范围:0.000 ~ 0.999」 | 0.001 | |
显卡相干 | webgl.vendor | 通过 | 显卡供应商 | Qualcomm |
webgl.renderer | 通过 | 显卡型号 | Adreno (TM) 612 | |
加速度 | device-motion.interval | 通过 | 加速度获取间隔(建议不设置该值,由系统主动生成) | |
device-motion.x1 | 通过 | X加速度 | -0.1509007066488266 | |
device-motion.x1-left | 通过 | X加速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.x1-right | 通过 | X加速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.y1 | 通过 | Y加速度 | -0.0059375762939453125 | |
device-motion.y1-left | 通过 | Y加速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.y1-right | 通过 | Y加速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.z1 | 通过 | Z加速度 | 0.04666939377784729 | |
device-motion.z1-left | 通过 | Z加速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.z1-right | 通过 | Z加速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
加速度(该值包括重力的影响) | device-motion.x2 | 通过 | X加速度(该值包括重力的影响) | -0.4155784845352173 |
device-motion.x2-left | 通过 | X加速度(该值包括重力的影响)(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.x2-right | 通过 | X加速度(该值包括重力的影响)(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.y2 | 通过 | Y加速度(该值包括重力的影响) | 9.564980506896973 | |
device-motion.y2-left | 通过 | Y加速度(该值包括重力的影响)(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.y2-right | 通过 | Y加速度(该值包括重力的影响)(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.z2 | 通过 | Z加速度(该值包括重力的影响) | 0.26034310460090637 | |
device-motion.z2-left | 通过 | Z加速度(该值包括重力的影响)(偏移量:左)(留意:设置后,返回的值只保留一位小数) | ||
device-motion.z2-right | 通过 | Z加速度(该值包括重力的影响)(偏移量:右)(留意:设置后,返回的值只保留一位小数) | ||
装备围绕所有三个轴旋转的速率 | device-motion.alpha | 通过 | alpha 旋转速度 | -0.7907827602396802 |
device-motion.alpha-left | 通过 | alpha 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-motion.alpha-right | 通过 | alpha 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
device-motion.beta | 通过 | beta 旋转速度 | 0.22675585046165 | |
device-motion.beta-left | 通过 | beta 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-motion.beta-right | 通过 | beta 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
device-motion.gamma | 通过 | gamma 旋转速度 | -0.4725504797087403 | |
device-motion.gamma-left | 通过 | gamma 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-motion.gamma-right | 通过 | gamma 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
网页的装备的物理方向的信息 | device-orientation.alpha | 通过 | alpha 旋转速度 | 88.18197488483892 |
device-orientation.alpha-left | 通过 | alpha 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-orientation.alpha-right | 通过 | alpha 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
device-orientation.beta | 通过 | beta 旋转速度 | 37.221763387241076 | |
device-orientation.beta-left | 通过 | beta 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-orientation.beta-right | 通过 | beta 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
device-orientation.gamma | 通过 | gamma 旋转速度 | 49.19596650622097 | |
device-orientation.gamma-left | 通过 | gamma 旋转速度(偏移量:左)(留意:设置后,返回的值只保留一位小数) | 0.1 | |
device-orientation.gamma-right | 通过 | gamma 旋转速度(偏移量:右)(留意:设置后,返回的值只保留一位小数) | 0.2 | |
device-orientation.absolute | 通过 | 装备是否绝对提供方向数据「1:true; 0:false」(留意:建议不设置该值) | 0 | |
WebRTC相干 | webrtc.privite-ip | 通过 | 逼迫设置 stun 协议获得的局域网 IP | 192.168.0.100 |
webrtc.public-ip | 通过 | 逼迫设置 stun 协议获得的外网 IP | 8.8.8.8 | |
webrtc.host-name | 暂不处置惩罚 | 逼迫设置 stun 协议获得的 hostname | 9923c2-459f-beeb-ac5f4ca215cf.local | |
位置相干 | geo.longitude | 通过 | 经度 | 117.12874 |
geo.latitude | 通过 | 纬度 | 25.3502944 | |
geo.accuracy | 通过 | 经度精确值 | 2417.3790234045855 | |
geo.altitude | 通过 | 海平面高度(无法提供时为 null) | null | |
geo.altitude-accuracy | 通过 | 高度精确值(无法提供时为 null) | null | |
geo.heading | 通过 | 前进方向(无法提供时为 null) | null | |
geo.speed | 通过 | 速度(无法提供时为 null) | null | |
剪切板 | clipboard.text | 通过 | 逼迫设置剪切板内容 | "12121" |
语音合成相干 | speech-synthesis-voice.force-override | 通过 | 是否逼迫覆盖本来的语音信息「1:true; 0:false」 | 0 |
speech-synthesis-voice.append-mode | 通过 | 追加方式:push:尾部追加;insert:顶部追加 | push | |
speech-synthesis-voice.json | 通过 | 注入的语音信息(留意:如果注入不正确,请参考该链接:javascript - speechSynthesis.getVoices() returns empty array on Windows - Stack Overflow) | [ { "name": "name", "lang": "lang", "is_local_service": "0" } ] | |
全局相干 | global.disable-settings | 通过 | 是否禁用全部选项「1:true; 0:false」 | 0 |
JA3相干 | ja3.min-version | 最小支持的 tls 版本号(留意:非必要,请不要利用该参数) | tls1.2 | |
ja3.max-version | 最大支持的 tls 版本号(留意:非必要,请不要利用该参数) | tls1.3 |
欢迎光临 IT评测·应用市场-qidao123.com (https://dis.qidao123.com/) | Powered by Discuz! X3.4 |