proxyme
Proxyme plugin
What is proxyme?
proxyme is a Chrome extension developed by leitotesta, and its main feature is "Proxyme plugin".
Extension Screenshots
Download proxyme Extension CRX File
Download proxyme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hide your ip address easily connecting to free random proxy. Proxyme can connect you to a random proxy: - Showing information about proxy used (country and ip) - Proxy can be changed many times to another random proxy - Always free
Extension Basic Information
Name | |
ID | lbkajoiifcnbgaamdnpklhgmebgabbde |
Official URL | https://chrome.google.com/webstore/detail/proxyme/lbkajoiifcnbgaamdnpklhgmebgabbde |
Description | Proxyme plugin |
File Size | 404 KB |
Installation Count | 49 |
Current Version | 1.0.1 |
Last Updated | 2020-02-05 |
Publish Date | 2020-02-01 |
Developer | leitotesta |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "proxyme", "description": "Proxyme plugin", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "proxyme", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "proxy" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |