Skip to content

ryderfang/ChromiumSyncEnabler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChromiumSyncEnabler

Secured way to enable sync for official/non-official(local build) and stable/non-stable version of Chromium on Mac while keeping APIs safe, without globally exposing keys.

How to run

Before running, you must have Google API keys (steps 6 to 10)

You can also use keys used in chromium for linux platform:-

export GOOGLE_API_KEY="AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
export GOOGLE_DEFAULT_CLIENT_ID="811574891467.apps.googleusercontent.com"
export GOOGLE_DEFAULT_CLIENT_SECRET="kdloedMFGdGla2P1zacGjAQh"

Install Chromium. You can get it from macchrome repo. Any version will do, should not be NOSYNC(check sync/nosync in the names)

git clone https://github.com/ezeeyahoo/ChromiumSyncEnabler.git
cd ChromiumSyncEnabler

Run using any python on Mac, e.g.:-

python ./ChromiumSyncEnabler.py

OR

python3 ./ChromiumSyncEnabler.py

NOTE: If you relocate app to $HOME/Applications or /Applications then re-run to reactivate.

Follow on-screen instructions

Report Issues

Write here

To Do

Py2App GUI

About

Activate Google account sync of Chromium on Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.9%