MARKETPLACE
PLUGINS
URL PARAMETER MANAGER
URL Parameter Manager logo

URL Parameter Manager

Published October 2025
   •    Updated this week

Plugin details

URL Parameters Manager
A simple and efficient plugin for managing URL query parameters without page reloads.
Set, update, or remove multiple URL parameters at once, and clean up empty parameters
from your URLs. Perfect for maintaining state, tracking filters, or creating shareable
URLs with dynamic content.

Features:
- Set multiple URL parameters from key-value pairs
- Control browser history behavior (push or replace)
- Automatically remove parameters with empty values
- Clean all empty parameters from URL
- No page reloads - seamless user experience

Free

For everyone

stars   •   0 ratings
34 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web

Contributor details

NoCodeROI Agency logo
NoCodeROI Agency
Joined 2022   •   26 Plugins
View contributor profile

Instructions

Set URL Parameters:
Sets or updates URL query parameters based on key-value pairs without reloading the page.

Inputs:
- params_kv: List of key-value pairs to set as URL parameters
- replace_history: If true, replaces current history entry (back button won't show this change).
 If false (default), creates new history entry.

Behavior:
- Parameters with values will be set or updated
- Parameters with empty/null values will be removed
- Existing parameters not in the list remain unchanged

Example: [{key: "id", value: "123"}, {key: "filter", value: "active"}]
Result: Updates URL to ?id=123&filter=active


Clean Empty URL Parameters:

Removes all URL parameters that have empty, null, or whitespace-only values without
reloading the page.

This action scans all existing URL parameters and cleans up any that don't contain
meaningful values, resulting in cleaner, more professional-looking URLs.

Example:
Before: ?id=123&filter=&search=&status=active
After: ?id=123&status=active

Note: Uses replaceState by default to avoid cluttering browser history.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble