Proxmate
Browse the web with confidence! Easily, Privately & Securely!
Proxmate란 무엇입니까?
Proxmate은(는) https://proxmate.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse the web with confidence! Easily, Privately & Securely!"입니다.
확장 프로그램 스크린샷
Proxmate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
There’s a whole bunch more good stuff too: Lightning fast speed Unlimited bandwidth Unlimited data transfer Browse from multiple countries Private – no logging of browsing activity 24/7 Support Open source 99.9% server uptime Moneyback guarantee Can cancel at any time The service has a 3 day free trial, and after that you can choose one of our subscriptions. Follow Proxmate Twitter – https://twitter.com/proxmate Facebook – https://www.facebook.com/proxmate
확장 프로그램 기본 정보
이름 | |
ID | ifalmiidchkjjmkkbkoaibpmoeichmki |
공식 URL | https://chrome.google.com/webstore/detail/proxmate/ifalmiidchkjjmkkbkoaibpmoeichmki |
설명 | Browse the web with confidence! Easily, Privately & Securely! |
파일 크기 | 1.05 MB |
설치 횟수 | 40,000 |
현재 버전 | 4.6.7 |
최근 업데이트 | 2020-08-16 |
출시 날짜 | 2020-08-16 |
평점 | 3.26/5 총 613 개의 평점 |
개발자 | https://proxmate.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://proxmate.me/ |
도움말 페이지 URL | https://prox-mate.zendesk.com/hc/en-us/ |
개인정보 보호 정책 페이지 URL | https://proxmate.me/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxmate", "version": "4.6.7", "description": "Browse the web with confidence! Easily, Privately & Securely!", "background": { "page": "background.html" }, "homepage_url": "https:\/\/proxmate.me\/", "browser_action": { "default_title": "Click to open Proxmate quick menu", "default_icon": "ressources\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.proxmate.me\/*", "*:\/\/proxmate.me\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/moment\/dist\/moment.js", "src\/page-worker\/proxmate.js" ] } ], "icons": { "48": "ressources\/images\/icon48.png", "24": "ressources\/images\/icon24.png", "16": "ressources\/images\/icon16.png", "128": "ressources\/images\/icon128.png" }, "web_accessible_resources": [ "*" ], "permissions": [ "webRequest", "webRequestBlocking", "proxy", "*:\/\/*\/", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.intercomcdn.com\/ https:\/\/*.intercom.io https:\/\/ssl.google-analytics.com; object-src 'self'" } |