GSPxy

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

GSPxy là gì?

GSPxy là một tiện ích mở rộng Chrome được phát triển bởi https://sskaje.me, và tính năng chính của nó là "Proxy for Google static files, such as scripts, stylesheets, fonts...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GSPxy

Tải xuống các tệp mở rộng GSPxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GSPxy GSPxy
ID ocjlgkdfecjkedmjnjblcgapenfhobkb
URL Chính Thức https://chromewebstore.google.com/detail/gspxy/ocjlgkdfecjkedmjnjblcgapenfhobkb
Mô tả Proxy for Google static files, such as scripts, stylesheets, fonts...
Kích Thước Tệp 21.87 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-08-07
Ngày Phát Hành 2016-08-06
Nhà Phát Triển https://sskaje.me
Loại Thanh Toán free
Trang Web Mở Rộng https://sskaje.me/gspxy/
Ngôn Ngữ Được Hỗ Trợ 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\/"
}