Messenger to AIM Sounds
Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
What is Messenger to AIM Sounds?
Messenger to AIM Sounds is a Chrome extension developed by https://qwook.io, and its main feature is "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".
Extension Screenshots
Download Messenger to AIM Sounds Extension CRX File
Download Messenger to AIM Sounds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Go back in time by changing your facebook messenger sounds to old-school AIM. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Extension Basic Information
Name | |
ID | empkechicjhppggilnjkjlgoaaeklfkk |
Official URL | https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk |
Description | Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64 |
File Size | 46.1 KB |
Installation Count | 31 |
Current Version | 0.0.3 |
Last Updated | 2019-03-28 |
Publish Date | 2019-03-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://qwook.io |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger to AIM Sounds", "version": "0.0.3", "manifest_version": 2, "description": "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https:\/\/soundcloud.com\/kid64", "homepage_url": "https:\/\/soundcloud.com\/kid64", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |