GSPxy

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

O que é GSPxy?

GSPxy é uma extensão do Chrome desenvolvida por https://sskaje.me, e sua principal característica é "Proxy for Google static files, such as scripts, stylesheets, fonts...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GSPxy

Baixe arquivos de extensão GSPxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
URL Oficial https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
Descrição Proxy for Google static files, such as scripts, stylesheets, fonts...
Tamanho do Arquivo 21.87 KB
Contagem de Instalações 17
Versão Atual 1.1
Última Atualização 2016-08-07
Data de Publicação 2016-08-06
Desenvolvedor https://sskaje.me
Tipo de Pagamento free
Site da Extensão https://sskaje.me/gspxy/
Idiomas Suportados 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\/"
}