P2P Surf

Proxy switch extension from p2p.surf

P2P Surf란 무엇입니까?

P2P Surf은(는) https://p2p.surf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy switch extension from p2p.surf"입니다.

확장 프로그램 스크린샷

screenshot

P2P Surf 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        P2P.Surf is Free VPN . When you participate, you will be able to browse the Internet anonymously. We believe the web is Free for everyone to use and should be open worldwide with no restrictions.                    

확장 프로그램 기본 정보

이름 P2P Surf P2P Surf
ID aicnijnilnlcjopnmmkdleekgmhdohbb
공식 URL https://chromewebstore.google.com/detail/p2p-surf/aicnijnilnlcjopnmmkdleekgmhdohbb
설명 Proxy switch extension from p2p.surf
파일 크기 181 KB
설치 횟수 364
현재 버전 0.0.7
최근 업데이트 2016-06-21
출시 날짜 2016-06-21
평점 2.50/5 총 10 개의 평점
개발자 https://p2p.surf
결제 유형 free
확장 프로그램 웹 사이트 http://p2p.surf
도움말 페이지 URL http://p2p.surf/support.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Proxy switch extension from p2p.surf",
    "manifest_version": 2,
    "name": "P2P Surf",
    "version": "0.0.7",
    "icons": {
        "48": "icons\/shield-disabled.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "popup\/md5.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/disconnected.png",
        "default_title": "Proxy Switch: Disconnected",
        "default_popup": "popup\/proxies.html"
    }
}