A Chrome extension that automatically enforces a specified authuser parameter for Google Cloud Platform (GCP) pages.
- Automatically adds or updates authuser parameter for all GCP-related pages
- Supports custom authuser value
- Works on all cloud.google.com domains and google.com pages containing "cloud"
- Settings are saved in browser sync storage, syncing across devices
- Download all files from this repository
- Open Chrome browser and navigate to the extensions page (chrome://extensions/)
- Enable "Developer mode"
- Click "Load unpacked extension"
- Select the folder containing the extension files
- After installation, click the extension icon in the toolbar
- Enter your desired authuser value in the popup window (default is 0)
- Click "Save" to store your settings
- Once configured, any GCP-related page you visit will automatically use your specified authuser value
- Built using Chrome Extension Manifest V3
- Uses chrome.webNavigation API to monitor page navigation
- Uses chrome.storage.sync API for user settings
- Supports real-time URL parameter updates
This extension requires the following permissions:
webNavigation: For detecting page navigationstorage: For saving user settingstabs: For updating tab URLs- Access to google.com and cloud.google.com domains
For contributions or issues, please submit an Issue or Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.