ReproNow: Capture Screen + Network
Save time Reproducing and Triaging bugs
什么是ReproNow: Capture Screen + Network?
ReproNow: Capture Screen + Network是由ReproNow开发的Chrome扩展程序,该扩展的主要功能是“Save time Reproducing and Triaging bugs”。
扩展截图
下载ReproNow: Capture Screen + Network扩展crx文件
下载ReproNow: Capture Screen + Network扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Record Screen and Network traffic and replay it in a super cool UI. Features: * A browser extension to capture Desktop and Network Traffic * Has a responsive UI for Security Engineers to view and search * Hides the traffic inside a mkv/webm video files * Works cross browser using extensibility API (currently supports Chrome and Opera, Firefox on roadmap) * No server interaction, everything on client-side * Exports request as cURL * Stores history in Local Storage * Multiple options to capture Network * Open Source This is a very useful tool for QA and for Bug Bounty Researchers. Permission Explantation: - Read and change all data on all websites you visit This permission is required to capture the network. There is no modification done. - Capture content of your screen. This permission is required to capture your screen. If the above permission scares you, feel free to review the code (linked below). We recommend you use the add-on in a testing account. More info: https://github.com/VinayendraTN/ReproNow
扩展基本信息
名称 | ReproNow: Capture Screen + Network |
ID | bgnboagkkokloclccjpmamhfijeinnpc |
官方URL | https://chromewebstore.google.com/detail/repronow-capture-screen-+/bgnboagkkokloclccjpmamhfijeinnpc |
简介 | Save time Reproducing and Triaging bugs |
文件大小 | 5.51 MB |
安装次数 | 652 |
当前版本 | 1.4 |
更新时间 | 2020-11-28 |
上架时间 | 2018-01-28 |
评分 | 4.50/5 共4次评分 |
开发者 | ReproNow |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/VinayendraTN/ReproNow |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReproNow: Capture Screen + Network", "description": "Save time Reproducing and Triaging bugs", "short_name": "ReproNow", "version": "1.4", "manifest_version": 2, "icons": { "16": "ReproNow_Logo.png", "128": "ReproNow_Logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ReproNow_Logo.png", "default_title": "ReproNow", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "storage", "desktopCapture", "webRequest", " |