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

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

什么是PP谷歌访问助手-为国出征-国庆版?

PP谷歌访问助手-为国出征-国庆版是由http://ppgoogle.com开发的Chrome扩展程序,该扩展的主要功能是“帮助访问被封锁的谷歌和旗下网站。代理服务器稳定,VPN原理,HTTPS级别加密,确保通信安全。”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载PP谷歌访问助手-为国出征-国庆版扩展crx文件

下载PP谷歌访问助手-为国出征-国庆版扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}