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文件

下载GSPxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
}