GSPxy

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

Was ist GSPxy?

GSPxy ist eine Chrome-Erweiterung, die von https://sskaje.me entwickelt wurde, und ihr Hauptmerkmal ist "Proxy for Google static files, such as scripts, stylesheets, fonts...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GSPxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie GSPxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
Offizielle URL https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
Beschreibung Proxy for Google static files, such as scripts, stylesheets, fonts...
Dateigröße 21.87 KB
Installationsanzahl 17
Aktuelle Version 1.1
Letztes Update 2016-08-07
Veröffentlichungsdatum 2016-08-06
Entwickler https://sskaje.me
Zahlungsart free
Erweiterungswebsite https://sskaje.me/gspxy/
Unterstützte Sprachen 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\/"
}