Messenger to AIM Sounds

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

Vad är Messenger to AIM Sounds?

Messenger to AIM Sounds är en Chrome-tillägg utvecklad av https://qwook.io, och dess huvudfunktion är "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".

Tilläggsskärmbilder

screenshot

Ladda ner Messenger to AIM Sounds-förlängningens CRX-fil

Ladda ner Messenger to AIM Sounds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Messenger to AIM Sounds Messenger to AIM Sounds
ID empkechicjhppggilnjkjlgoaaeklfkk
Officiell webbadress https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk
Beskrivning Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Filstorlek 46.1 KB
Antal Installationer 31
Aktuell Version 0.0.3
Senast Uppdaterad 2019-03-28
Publiceringsdatum 2019-03-28
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://qwook.io
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}