Messenger to AIM Sounds

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

Что такое Messenger to AIM Sounds?

Messenger to AIM Sounds - это расширение Chrome, разработанное https://qwook.io, и его основная функция - "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Messenger to AIM Sounds

Скачайте файлы расширений Messenger to AIM Sounds в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Messenger to AIM Sounds Messenger to AIM Sounds
ID empkechicjhppggilnjkjlgoaaeklfkk
Официальный URL https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk
Описание Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Размер файла 46.1 KB
Количество установок 31
Текущая Версия 0.0.3
Последнее Обновление 2019-03-28
Дата публикации 2019-03-28
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://qwook.io
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}