Messenger to AIM Sounds
Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Wat is Messenger to AIM Sounds?
Messenger to AIM Sounds is een Chrome-extensie ontwikkeld door https://qwook.io, en de belangrijkste functie is "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".
Extensie Screenshots
Download het CRX-bestand van de extensie Messenger to AIM Sounds
Download Messenger to AIM Sounds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | empkechicjhppggilnjkjlgoaaeklfkk |
Officiële URL | https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk |
Beschrijving | Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64 |
Bestandsgrootte | 46.1 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2019-03-28 |
Publicatiedatum | 2019-03-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://qwook.io |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |