MultiLangSwitcher

MultiLangSwitcher Icon

MultiLangSwitcher

English | 简体中文

Ask DeepWiki zread
Project Overview

MultiLangSwitcher is a Chromium-based browser extension that helps users quickly switch the Accept-Language HTTP request header sent by the browser. Users can also customize the full Accept-Language string on the debugging tools page.

The extension utilizes the chrome.declarativeNetRequest API to modify the request header, ensuring performance and privacy.

Note: This extension is not suitable for websites that determine language based on IP address.

The website’s layout and styling are built with Bootstrap.

If the built-in request header detection fails or returns no results, you can manually navigate to BrowserScan or header-echo for further verification.

If you need to switch the browser UA, you can take a look at this project: User-Agent Switcher and Manager

CN_Light EN_Dark

Additionally, you can configure browser language settings as shown to confuse simple navigator.languages detection (though this will increase the uniqueness of your browser fingerprint).

Suggestion

This is a demonstration of customizing the Accept-Language string.

Custom Accept-Language

Features


Installation Guide

Install from Chrome Web Store / Microsoft Edge Extensions Home (Not Published)

Currently, only installation from source code is supported.

Note: This extension has not been published to the Chrome Web Store due to the developer not registering a Google developer account.

Install from Source Code

  1. Download or Clone the Code: Clone the project repository to your local computer (Or download the ZIP from the release and unzip it)

    git clone https://github.com/ChuwuYo/MultiLangSwitcher.git
    
  2. Open Browser Extensions Management: Enter chrome://extensions/ / edge://extensions/ in the Chrome browser address bar and press Enter to go to the Extensions management page.
  3. Enable Developer Mode: Turn on the “Developer mode” switch in the top right corner of the page.
  4. Load Unpacked Extension: Click the “Load unpacked” button in the top left corner of the page and select the MultiLangSwitcher project folder you downloaded.
  5. Complete: The extension will be successfully added to the browser, and you can start using it.

Usage

  1. Open the Extension Popup: Click the MultiLangSwitcher extension icon in the browser toolbar.
  2. Select Preferred Language: In the popup dropdown menu, select the language you want the browser to simulate.
  3. Apply Settings: Click the “Apply Changes” button at the bottom of the interface. Your settings will be saved and immediately applied to new network requests.
  4. Verification and Debugging: Click the “Detection Page” or “Debugging Tools” links provided in the popup to verify if the language settings are effective, or to diagnose issues when they occur.

AI Diagnosis Notes

The detect.html page now includes an AI diagnosis panel. It sends the current structured detection snapshot to an OpenAI-compatible model and turns the raw data into user-friendly explanations.

Current implementation notes:


Thanks to Contributors (Welcome to Submit PRs)
Contributors

License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FChuwuYo%2FMultiLangSwitcher.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FChuwuYo%2FMultiLangSwitcher?ref=badge_large)