Webproxyfy

Open links or reloads pages through a web proxy, right clicking on them.

Webproxyfy란 무엇입니까?

Webproxyfy은(는) DocKuro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open links or reloads pages through a web proxy, right clicking on them."입니다.

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

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

확장 프로그램 사용 설명서

                        This extension lets you open a link in a new tab or reload pages through a webproxy.
All selected webproxies guarantee hi anonimization and support SSL.
Navigate without restrictions just with a right click!                    

확장 프로그램 기본 정보

이름 Webproxyfy Webproxyfy
ID fjabbigobedbbkihninfgmfejknpjkgd
공식 URL https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd
설명 Open links or reloads pages through a web proxy, right clicking on them.
파일 크기 101 KB
설치 횟수 15
현재 버전 1.1.1
최근 업데이트 2017-01-23
출시 날짜 2017-01-23
개발자 DocKuro
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webproxyfy",
    "description": "Open links or reloads pages through a web proxy, right clicking on them.",
    "version": "1.1.1",
    "background": {
        "scripts": [
            "proxies.js",
            "utils.js",
            "Proxy.js",
            "webproxyfy.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon-tiny.png",
        "48": "icon-small.png",
        "128": "icon.png",
        "256": "icon-big.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}