GSPxy

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

ما هو GSPxy؟

GSPxy هو إضافة Chrome تم تطويرها بواسطة https://sskaje.me، والميزة الرئيسية لها هي "Proxy for Google static files, such as scripts, stylesheets, fonts...".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GSPxy

قم بتنزيل ملفات الامتداد GSPxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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