GSPxy
Proxy for Google static files, such as scripts, stylesheets, fonts...
Wat is GSPxy?
GSPxy is een Chrome-extensie ontwikkeld door https://sskaje.me, en de belangrijkste functie is "Proxy for Google static files, such as scripts, stylesheets, fonts...".
Extensie Screenshots
Download het CRX-bestand van de extensie GSPxy
Download GSPxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !!!
Basisinformatie over de Extensie
Naam | GSPxy |
ID | ocjlgkdfecjkedmjnjblcgapenfhobkb |
Officiële URL | https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb |
Beschrijving | Proxy for Google static files, such as scripts, stylesheets, fonts... |
Bestandsgrootte | 21.87 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-08-07 |
Publicatiedatum | 2016-08-06 |
Ontwikkelaar | https://sskaje.me |
Betalingswijze | free |
Extensiewebsite | https://sskaje.me/gspxy/ |
Ondersteunde Talen | 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\/" } |