Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com란 무엇입니까?

Chrome Extension for guiyitongdao.com은(는) https://guiyitongdao.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for guiyitongdao.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chrome Extension for guiyitongdao.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        1.Accelerate website visits ussing Chrome's spdy proxy with group of servers in diffrent countries.
2.Proxy translating protocols between HTTP/2 and HTTP/1, it works as reverse proxy for both HTTP/2 and HTTP/1 clients to backend servers.HTTP/2  on the frontend, and an HTTP/1 connection on backend.                    

확장 프로그램 기본 정보

이름 Chrome Extension for guiyitongdao.com Chrome Extension for guiyitongdao.com
ID neaifaakclhhlbfmpahdgbbpagolpfok
공식 URL https://chromewebstore.google.com/detail/chrome-extension-for-guiy/neaifaakclhhlbfmpahdgbbpagolpfok
설명 Chrome Extension for guiyitongdao.com
파일 크기 1.01 MB
설치 횟수 858
현재 버전 7.1.5
최근 업데이트 2021-06-07
출시 날짜 2021-06-06
평점 5.00/5 총 2 개의 평점
개발자 https://guiyitongdao.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://guiyitongdao.com
개인정보 보호 정책 페이지 URL https://guiyitongdao.com/privacy.html
지원되는 언어 en,zh-CN
manifest.json
{
    "version": "7.1.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "notifications",
        "",
        "activeTab",
        "https:\/\/guiyi.network\/",
        "https:\/\/gy-api.com\/",
        "https:\/\/guiyitongdao.com\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "on48.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "javascripts\/jquery-2.0.3.min.js",
            "javascripts\/ajax.js",
            "javascripts\/finger.min.js",
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}