Messenger to AIM Sounds

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

Co to jest Messenger to AIM Sounds?

Messenger to AIM Sounds to rozszerzenie Chrome opracowane przez https://qwook.io, a jego główną funkcją jest „Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Messenger to AIM Sounds

Pobierz pliki rozszerzeń Messenger to AIM Sounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Messenger to AIM Sounds Messenger to AIM Sounds
ID empkechicjhppggilnjkjlgoaaeklfkk
Oficjalny URL https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk
Opis Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Rozmiar pliku 46.1 KB
Liczba instalacji 31
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2019-03-28
Data Publikacji 2019-03-28
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://qwook.io
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}