GSPxy

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

Cos'è GSPxy?

GSPxy è un'estensione di Chrome sviluppata da https://sskaje.me, e la sua funzione principale è "Proxy for Google static files, such as scripts, stylesheets, fonts...".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GSPxy

Scarica i file di estensione GSPxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
URL Ufficiale https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
Descrizione Proxy for Google static files, such as scripts, stylesheets, fonts...
Dimensione del File 21.87 KB
Conteggio Installazioni 17
Versione Corrente 1.1
Ultimo Aggiornamento 2016-08-07
Data di Pubblicazione 2016-08-06
Sviluppatore https://sskaje.me
Tipo di Pagamento free
Sito Web dell'Estensione https://sskaje.me/gspxy/
Lingue Supportate 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\/"
}