Anonine Proxy

Anonine Proxy

Anonine Proxy란 무엇입니까?

Anonine Proxy은(는) vpnonlinesales에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anonine Proxy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Anonine Proxy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Meet Anonine Chrome Extension - easy way to connect to everything you need from your Google Chrome.

Try to use Anonine Chrome Extension right now and you will be pleasantly surprised by the speed, convenience and ease of using.

Our advantages:

✓ Global Network.
We provide more than 45 servers coverage 35 countries of the world in our Chrome Extension.

✓ Faster for services
Our Chrome Extension is better and faster than VPN for services (Netflix, Amazon Prime, etc.).

✓ Faster Connection
We have even chosen to not set any speed restrictions. That only can occur will be geographic or encryption-based.

✓ Strict no logs policy
We don't ask for personal information nor log any of your online activity.

✓ Customer Support
Our highly professional personnel are available for all our users 24/7 and are ready to resolve any your problem asap!

✓ 7-day money back guarantee
Try Chrome Extension for 7 days and get a full refund if you are not delighted — no questions asked.                    

확장 프로그램 기본 정보

이름 Anonine Proxy Anonine Proxy
ID ghlhknlbgiefmfnbpjcgikhhgoobocen
공식 URL https://chrome.google.com/webstore/detail/anonine-proxy/ghlhknlbgiefmfnbpjcgikhhgoobocen
설명 Anonine Proxy
파일 크기 2.55 MB
설치 횟수 374
현재 버전 0.1.4
최근 업데이트 2019-09-01
출시 날짜 2019-09-01
평점 4.13/5 총 8 개의 평점
개발자 vpnonlinesales
결제 유형 free
확장 프로그램 웹 사이트 https://anonine.com
도움말 페이지 URL https://anonine.com/contact
개인정보 보호 정책 페이지 URL https://anonine.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonine Proxy",
    "short_name": "Proxy",
    "description": "Anonine Proxy",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Anonine Proxy",
        "default_icon": {
            "128": "images\/toolbar\/icon_inactive\/icon_inactive-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "commands": {
        "next-connection-status": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Switch to the next proxy mock mode in the list"
        }
    },
    "version": "0.1.4",
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}