Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mejia-dev/whatsapp-notification-sound-changer
Set a custom notification sound for WhatsApp!
https://github.com/mejia-dev/whatsapp-notification-sound-changer
browser-extension chrome-extension chromium javascript whatsapp whatsapp-notification
Last synced: 14 days ago
JSON representation
Set a custom notification sound for WhatsApp!
- Host: GitHub
- URL: https://github.com/mejia-dev/whatsapp-notification-sound-changer
- Owner: mejia-dev
- License: gpl-3.0
- Created: 2024-06-06T05:37:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T18:35:17.000Z (8 months ago)
- Last Synced: 2024-11-18T11:47:13.156Z (3 months ago)
- Topics: browser-extension, chrome-extension, chromium, javascript, whatsapp, whatsapp-notification
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/lofnpggmmbpmapdagkdnfedmhgackcll
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
WhatsApp Notification Sound ChangerSet a custom notification sound for WhatsApp!
WhatsApp Notification Sound Changer allows you to set a custom notification sound for the [WhatsApp Web client](https://web.whatsapp.com). Install and launch the extension, upload an audio track, then refresh the page for the new sound to be used for notifications.
Uploaded audio data is stored exclusively on-device. Additonally, the extension does not collect data or report back to any server or cloud service.
This project was born out of necessity. The default WhatsApp web sound is too similar to similar to several other application's notification sounds, with no way to change it or replace it with a custom one. After browsing multiple forums and not finding a solution, I decided to solve the problem.
## Setup / Installation Steps
### Option 1: Install from the Chrome Web Store
- Navigate to https://chromewebstore.google.com/detail/lofnpggmmbpmapdagkdnfedmhgackcll
- Click "Add to Chrome"### Option 2: Install Unpacked Extension
- Clone this repository by running the following command from a terminal:
```bash
git clone https://github.com/mejia-dev/WhatsApp-Notification-Sound-Changer.git
```
- Open Google Chrome and navigate to `chrome://extensions` in the address bar
- Click the toggle in the top-right corner of the screen to activate "Developer mode".
- Click the "Load unpacked" button.
- In the file picker that appears, select the `src` folder of the cloned repository.## More Information
View the [Changelog](CHANGELOG.md)
Report issues in the [Issue Tracker](https://github.com/mejia-dev/WhatsApp-Notification-Sound-Changer/issues?state=open)
Disclaimer: This extension is not in any way affiliated with, associated with, authorized, or endorsed by WhatsApp. WhatsApp is a registered trademark of WhatsApp LLC.
Copyright (C) 2024 Aaron Mejia
Open Source under the [GPLv3 License](LICENSE.txt).