tianlanyb

🌟 Gemini-in-Chrome - Unlock AI Features with Ease

Download Gemini-in-Chrome

πŸš€ Getting Started

Gemini-in-Chrome is a simple tool to enable Chrome’s built-in Gemini AI features for users outside the US. Follow the steps below to download and run the application easily.

πŸ“₯ Download & Install

  1. Visit the Releases Page
    Go to this link to access the download options for Gemini-in-Chrome.

  2. Choose Your Operating System
    Select your system type below and follow the instructions.

πŸ–₯️ macOS / Linux

  1. Open your terminal.
  2. Copy and paste the command below to download and run the script.

    curl -fsSL https://raw.githubusercontent.com/appsail/Gemini-in-Chrome/main/install.sh | bash
    

πŸͺŸ Windows

  1. Open PowerShell.
  2. Copy and paste the command below to download and run the script.

    irm https://raw.githubusercontent.com/appsail/Gemini-in-Chrome/main/install.ps1 | iex
    

🌈 What It Does

Once installed, Gemini-in-Chrome performs the following tasks:

  1. βœ… Checks if Chrome is running and prompts you to close it.
  2. πŸ’Ύ Creates a backup of your config file named Local State.bak.
  3. πŸ”§ Modifies the necessary settings:
    • Changes is_glic_eligible from false to true
    • Updates variations_country to us
    • Updates variations_permanent_consistency_country to us
  4. βœ“ Confirms that the changes were applied successfully.

πŸ”™ Restore Original Config

If you want to revert your changes, you can restore your original config file by following the steps below for your operating system.

macOS:

  1. Open your terminal.
  2. Run this command:

    mv ~/Library/Application\ Support/Google/Chrome/Local\ State.bak \
       ~/Library/Application\ Support/Google/Chrome/Local\ State
    

Linux:

  1. Open your terminal.
  2. Run this command:

    mv ~/.config/google-chrome/Local\ State.bak \
       ~/.config/google-chrome/Local\ State
    

Windows PowerShell:

  1. Open PowerShell.
  2. Run this command:

    Move-Item -Path "$env:LOCALAPPDATA\Google\Chrome\User Data\Local State.bak" -Destination "$env:LOCALAPPDATA\Google\Chrome\User Data\Local State"
    

❓ Frequently Asked Questions

What are system requirements for Gemini-in-Chrome?

Is it safe to use?

Yes, Gemini-in-Chrome only modifies configuration files used by your browser and creates a backup for easy restoration.

How can I provide feedback or report bugs?

You can report issues or suggestions in the issues section of the GitHub repository.


For further information or assistance, please refer to the documentation on the GitHub repository. Thank you for using Gemini-in-Chrome!