https://github.com/mejia-dev/messenger-web-app-upgrades
Adds ease-of-use features to Messenger.com!
https://github.com/mejia-dev/messenger-web-app-upgrades
browser-extension chrome-extension facebook facebook-messenger pwa-extension typescript typescript-browser-extension
Last synced: 2 months ago
JSON representation
Adds ease-of-use features to Messenger.com!
- Host: GitHub
- URL: https://github.com/mejia-dev/messenger-web-app-upgrades
- Owner: mejia-dev
- License: gpl-3.0
- Created: 2024-08-09T04:51:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:12:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T05:37:09.658Z (over 1 year ago)
- Topics: browser-extension, chrome-extension, facebook, facebook-messenger, pwa-extension, typescript, typescript-browser-extension
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/nkeilifgpalmpkppaiolnkgehkeaolme
- Size: 255 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
Messenger Web App Upgrades
Set a custom notification sound for Messenger!
Messenger Web App Upgrades adds new usability features for [Messenger.com](https://www.messenger.com):
- Set a custom notification sound for new messages
- Press the Escape key to close chats
- Display unread badges (only if the site is installed as a PWA)
Install and launch the extension, configure settings as desired, then refresh Messenger for the changes to take effect.
Uploaded audio data is stored exclusively on-device. Additionally, the extension does not collect data or report back to any server or cloud service.
## Setup / Installation Steps
### Option 1: Install from the Chrome Web Store
- Navigate to https://chromewebstore.google.com/detail/nkeilifgpalmpkppaiolnkgehkeaolme
- Click "Add to Chrome"
### Option 2: Install Unpacked Extension
- Clone this repository by running the following commands from a terminal:
```bash
git clone https://github.com/mejia-dev/Messenger-Web-App-Upgrades.git
cd src/mwau-popup
npm install
npm run build
```
- 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/Messenger-Web-App-Upgrades/issues?state=open)
Disclaimer: This extension is not in any way affiliated with, associated with, authorized, or endorsed by Facebook or Meta Platforms, Inc. Facebook Messenger is a registered trademark of Meta Platforms, Inc.
Copyright (C) 2024 Aaron Mejia
Open Source under the [GPLv3 License](LICENSE.txt).
