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 |
公式URL | 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\/" } |