NoProx - VPN & Proxy Service version history - 2 versions
NoProx - VPN & Proxy Service by NoProx
NoProx - VPN & Proxy Service 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 1.0.9
Released Dec 22, 2025 - 180.75 KBWorks with firefox 142.0 and laterHello,
This update addresses several issues to improve compatibility and resolve validation warnings for the Firefox version of our extension.
Here are the key changes:
Fix for Popup Width: The extension popup was rendering too wide in Firefox. I've set a fixed width of 340px in style.css to ensure a consistent and correct display, matching the Chrome version.
Manifest File (manifest.json) Updates:
The strict_min_version for Firefox has been updated to 142.0. This resolves warnings about permissions (webRequestAuthProvider) and keys (data_collection_permissions) not being supported by the previously specified version.
The required data_collection_permissions key has been added and set to ["none"], as our extension does not collect any user data.
Security and Performance Improvements:
Multiple instances of innerHTML assignments have been refactored across several files (js/ui.js, js/credentials.js, js/settings.js) to use safer DOM manipulation methods like createElement and textContent. This resolves the "Unsafe assignment to innerHTML" warnings from the Firefox validator.
Deprecated API Removal:
The proxy.onProxyError event listener, which is deprecated in Firefox, has been removed from background.js.
These changes ensure that the extension is compliant with the latest Firefox Add-on Store policies and provides a better user experience.Source code released under All Rights Reserved
Older versions
Version 1.0.8
Released Dec 17, 2025 - 180.36 KBWorks with firefox 109.0 and laterSource code released under All Rights Reserved