GSPxy

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

What is GSPxy?

GSPxy is a Chrome extension developed by https://sskaje.me, and its main feature is "Proxy for Google static files, such as scripts, stylesheets, fonts...".

Extension Screenshots

screenshot
screenshot
screenshot

Download GSPxy Extension CRX File

Download GSPxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !!!                    

Extension Basic Information

Name GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
Official URL https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
Description Proxy for Google static files, such as scripts, stylesheets, fonts...
File Size 21.87 KB
Installation Count 17
Current Version 1.1
Last Updated 2016-08-07
Publish Date 2016-08-06
Developer https://sskaje.me
Payment Type free
Extension Website https://sskaje.me/gspxy/
Supported Languages 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\/"
}