GSPxy
Proxy for Google static files, such as scripts, stylesheets, fonts...
Qu'est-ce que GSPxy ?
GSPxy est une extension Chrome développée par https://sskaje.me, et sa fonction principale est "Proxy for Google static files, such as scripts, stylesheets, fonts...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GSPxy
Téléchargez les fichiers d'extension GSPxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !!!
Informations de Base sur l'Extension
Nom | GSPxy |
ID | ocjlgkdfecjkedmjnjblcgapenfhobkb |
URL Officiel | https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb |
Description | Proxy for Google static files, such as scripts, stylesheets, fonts... |
Taille du Fichier | 21.87 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-08-07 |
Date de Publication | 2016-08-06 |
Développeur | https://sskaje.me |
Type de Paiement | free |
Site Web de l'Extension | https://sskaje.me/gspxy/ |
Langues Prises en Charge | 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\/" } |