Chrome Sync Helper

Use Chrome synchronization service in China.

What is Chrome Sync Helper?

Chrome Sync Helper is a Chrome extension developed by moonlight, and its main feature is "Use Chrome synchronization service in China.".

Extension Screenshots

screenshot

Download Chrome Sync Helper Extension CRX File

Download Chrome Sync Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use Google services including account synchronization from countries which blocked these services.                    

Extension Basic Information

Name Chrome Sync Helper Chrome Sync Helper
ID gbkepcmpjglfonklehdgjnimebhnmlel
Official URL https://chromewebstore.google.com/detail/chrome-sync-helper/gbkepcmpjglfonklehdgjnimebhnmlel
Description Use Chrome synchronization service in China.
File Size 23.42 KB
Installation Count 70,000
Current Version 1.8
Last Updated 2022-05-25
Publish Date 2019-04-22
Rating 4.78/5 Total 254 Ratings
Developer moonlight
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "proxy_form_controller.js",
            "proxy_error_handler.js",
            "background.js"
        ]
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}