GSPxy

Proxy for Google static files, such as scripts, stylesheets, fonts...

GSPxy란 무엇입니까?

GSPxy은(는) https://sskaje.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy for Google static files, such as scripts, stylesheets, fonts..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Many sites like stackoverflow uses jquery hosted on Google's servers, but if Google is blocked, pages don't work well. 
There are also many sites/blogs uses fonts.googleapis.com, css, fonts, if Google is blocked, you can see only blank page unless requests are timeout, and then corrupted pages.

This extension is developed for those who lost connectivity to ajax.googleapis.com, fonts.googleapis.com, gstatic.com, etc. 

Proxy is set up and held by sskaje. 

!!! DO NOT TRUST ANY THIRD-PARTY PROXY !!!
!!! USE AT YOUR OWN RISK !!!                    

확장 프로그램 기본 정보

이름 GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
공식 URL https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
설명 Proxy for Google static files, such as scripts, stylesheets, fonts...
파일 크기 21.87 KB
설치 횟수 17
현재 버전 1.1
최근 업데이트 2016-08-07
출시 날짜 2016-08-06
개발자 https://sskaje.me
결제 유형 free
확장 프로그램 웹 사이트 https://sskaje.me/gspxy/
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "sskaje",
    "name": "GSPxy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Proxy for Google static files, such as scripts, stylesheets, fonts...",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "gsp_config.js",
            "gsp_extension.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/sskaje.me\/gspxy\/"
}