GSPxy
Proxy for Google static files, such as scripts, stylesheets, fonts...
什麼是GSPxy?
GSPxy是由https://sskaje.me開發的Chrome擴展程式,該擴展的主要功能是“Proxy for Google static files, such as scripts, stylesheets, fonts...”。
擴展截圖
下載GSPxy擴展crx文件
下載GSPxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 !!!
擴展基本資訊
名稱 | GSPxy |
ID | ocjlgkdfecjkedmjnjblcgapenfhobkb |
官方網址 | https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb |
簡介 | Proxy for Google static files, such as scripts, stylesheets, fonts... |
檔案大小 | 21.87 KB |
安裝次數 | 17 |
目前版本 | 1.1 |
更新時間 | 2016-08-07 |
上架時間 | 2016-08-06 |
開發者 | https://sskaje.me |
付費類型 | free |
擴展官網 | https://sskaje.me/gspxy/ |
支援的語言 | 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\/" } |