Messenger to AIM Sounds

Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64

Was ist Messenger to AIM Sounds?

Messenger to AIM Sounds ist eine Chrome-Erweiterung, die von https://qwook.io entwickelt wurde, und ihr Hauptmerkmal ist "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".

Erweiterungsscreenshots

screenshot

Messenger to AIM Sounds-Erweiterungs-CRX-Datei herunterladen

Laden Sie Messenger to AIM Sounds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Messenger to AIM Sounds Messenger to AIM Sounds
ID empkechicjhppggilnjkjlgoaaeklfkk
Offizielle URL https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk
Beschreibung Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Dateigröße 46.1 KB
Installationsanzahl 31
Aktuelle Version 0.0.3
Letztes Update 2019-03-28
Veröffentlichungsdatum 2019-03-28
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://qwook.io
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}