PP谷歌访问助手-为国出征-国庆版

帮助访问被封锁的谷歌和旗下网站。代理服务器稳定,VPN原理,HTTPS级别加密,确保通信安全。

PP谷歌访问助手-为国出征-国庆版란 무엇입니까?

PP谷歌访问助手-为国出征-国庆版은(는) http://ppgoogle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "帮助访问被封锁的谷歌和旗下网站。代理服务器稳定,VPN原理,HTTPS级别加密,确保通信安全。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

PP谷歌访问助手-为国出征-国庆版 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        3.9版更新:修复了部分bug。
3.8版更新:修复了部分bug,增加扩展冲突提示。
3.7版更新:修复了部分bug,新增服务器支持,开通更多网站加速服务。
3.1版更新:刷新更换服务器的bug问题修复了,支持20台服务器随机更换。
3.0版更新:庆祝新中国成立70周年!祝福祖国!新发国庆版。

免费,无限时,最简单易用的外部谷歌访问助手。

1 您可以从我们的谷歌访问助手中获得什么?

可以访问Google.com站以及Google™旗下常见的网站和服务。

2 这个扩展收费吗?

访问助手中包含的所有功能都是免费的!还有无限时地使用Google™访问服务。

3 和VPN什么区别?
功能类似,内部用了pac代理配置的代理服务器,不过只能访问Google™网站。

如果临时上不了Google,可以点右上角图标然后刷新服务器。或者请过一段时间再试。

更多信息可以访问我们官网: http://www.ppgoogle.com                    

확장 프로그램 기본 정보

이름 PP谷歌访问助手-为国出征-国庆版 PP谷歌访问助手-为国出征-国庆版
ID kahndhhhcnignmbbpiobmdlgjhgfkfil
공식 URL https://chrome.google.com/webstore/detail/pp%E8%B0%B7%E6%AD%8C%E8%AE%BF%E9%97%AE%E5%8A%A9%E6%89%8B-%E4%B8%BA%E5%9B%BD%E5%87%BA%E5%BE%81-%E5%9B%BD%E5%BA%86%E7%89%88/kahndhhhcnignmbbpiobmdlgjhgfkfil
설명 帮助访问被封锁的谷歌和旗下网站。代理服务器稳定,VPN原理,HTTPS级别加密,确保通信安全。
파일 크기 148 KB
설치 횟수 60,000
현재 버전 4.1
최근 업데이트 2021-04-10
출시 날짜 2020-01-14
평점 4.64/5 총 747 개의 평점
개발자 http://ppgoogle.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.ppgoogle.com
개인정보 보호 정책 페이지 URL http://www.ppgoogle.net/public/ppgg/privacypolicy.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/*.yahoo.com https:\/\/suggestqueries.google.com https:\/\/www.gstatic.com https:\/\/drscdn.500px.org https:\/\/ppcdn.500px.org  https:\/\/*.vo.msecnd.net https:\/\/*.staticflickr.com 'unsafe-eval'; object-src 'self'",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "4.1",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_title": "\u8c37\u6b4c\u52a9\u624b",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/jquery-1.11.1.js",
            "js\/md5.js",
            "js\/system.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.1.js",
                "js\/global.js",
                "js\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        "tabs",
        "management",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        ""
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "nav.html",
        "footer.html",
        "updateNotify.html"
    ]
}