Messenger to AIM Sounds
Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Cos'è Messenger to AIM Sounds?
Messenger to AIM Sounds è un'estensione di Chrome sviluppata da https://qwook.io, e la sua funzione principale è "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Messenger to AIM Sounds
Scarica i file di estensione Messenger to AIM Sounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | empkechicjhppggilnjkjlgoaaeklfkk |
URL Ufficiale | https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk |
Descrizione | Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64 |
Dimensione del File | 46.1 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2019-03-28 |
Data di Pubblicazione | 2019-03-28 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://qwook.io |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |