Historial de versiones de NoProx - VPN & Proxy Service - 2 versiones
NoProx - VPN & Proxy Service por NoProx
Historial de versiones de NoProx - VPN & Proxy Service - 2 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.0.9
Lanzada el 22 de dic. de 2025 - 180,75 KBCompatible con firefox 142.0 y superioresHello,
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.Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versiones antiguas
Versión 1.0.8
Lanzada el 17 de dic. de 2025 - 180,36 KBCompatible con firefox 109.0 y superioresSe publicó el código fuente bajo la licencia Todos los derechos reservados