HITOP - HTTP API Testing Tool version history - 2 versions
HITOP - HTTP API Testing Tool by Bohdan
HITOP - HTTP API Testing Tool version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 3.0.0
Released Oct 12, 2025 - 6.27 MBWorks with firefox 109.0 and laterHITOP 3.0.0 Release Notes
Release Date: October 12, 2025
🎉 What's New in 3.0.0
✨ Major Features
Show Extra Toggle- New UI Toggle: Added "Show Extra" switch to control visibility of advanced sections
- Cleaner Interface: Headers and Custom Scripts sections are now hidden by default
- Per-Tab Setting: Each tab maintains its own visibility preference
- Improved UX: Reduces clutter for simple API requests while keeping advanced features accessible
🔧 UI/UX Improvements- Simplified Default View: New requests start with a cleaner, more focused interface
- Toggle Control: Easy-to-use Material-UI switch to show/hide advanced features
- Better Organization: Headers and scripting sections are grouped under "Show Extra"
- Responsive Design: Toggle state persists across tab switches
📦 Extension Updates- Firefox Compatibility: Fixed Manifest V3 compatibility issues for Firefox
- Extension ID: Properly configured
[email protected]for Mozilla Add-ons - Background Scripts: Updated to use Firefox-compatible
scriptsarray instead ofservice_worker - Browser Settings: Added
browser_specific_settingsfor Firefox-specific configuration - Minimum Version: Set Firefox 109.0+ as minimum version for MV3 support
🌐 Documentation- Firefox Extension Link: Added direct link to Mozilla Add-ons store in README
- Website Update: Updated landing page with Firefox extension installation link
- Version Badge: Updated version display to 3.0.0 across all documentation
📋 What's Hidden by Default (Show Extra = OFF)
When the "Show Extra" toggle is off, the following sections are hidden:
- Headers Section: Custom HTTP headers configuration
- Pre-Request Script: JavaScript code to run before requests
- Post-Request Script: JavaScript code to run after requests
These sections become visible when you toggle "Show Extra" on.
🔄 What's Always Visible
The following sections remain visible regardless of the toggle state:
- Method & URL: HTTP method selector and URL input
- Make Request Button: Primary action button
- Save Request Button: Save to collections
- Body Section: Request body (for POST, PUT, PATCH methods)
- Response Viewer: API response display with syntax highlighting
🐛 Bug Fixes- Fixed Firefox extension validation errors
- Corrected manifest.json format for Firefox Manifest V3
- Fixed extension ID mismatch with Mozilla Add-ons registration
🔧 Technical Changes
Frontend- Added
showExtrastate to tab service (tabService.js) - Updated
RequestPanelcomponent with Switch control - Conditional rendering for Headers and Scripts sections
- Added Material-UI Switch and FormControlLabel imports
Source code released under MIT License
Older versions
Version 1.0.0
Released Oct 9, 2025 - 4.75 MBWorks with firefox 58.0 and laterSource code released under MIT License