NoProx - VPN & Proxy Service 版本历史 - 2 个版本
NoProx - VPN & Proxy Service 作者: NoProx
NoProx - VPN & Proxy Service 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.0.9
发布于 2025年12月22日 - 180.75 KB适用于 firefox 142.0 及更高版本Hello,
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.源代码遵循 保留所有权利 发布
较早版本
版本 1.0.8
发布于 2025年12月17日 - 180.36 KB适用于 firefox 109.0 及更高版本源代码遵循 保留所有权利 发布