Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Что такое Meepcity Notifier?

Meepcity Notifier - это расширение Chrome, разработанное L2000, и его основная функция - "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

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

screenshot

Скачать файл CRX расширения Meepcity Notifier

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

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

                        This is the official MeepCity asset notifier, it checks for the newest items created on MeepCity.

Extension created by Lag, Call23re, and Badcc. Uploading permission given to l2k.

V1.0.4: Added notification sound which will alert when a new item is added                    

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

Название Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
Официальный URL https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Описание The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Размер файла 117 KB
Количество установок 56
Текущая Версия 1.0.5
Последнее Обновление 2014-10-21
Дата публикации 2014-10-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик L2000
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meepcity Notifier",
    "description": "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc",
    "version": "1.0.5",
    "permissions": [
        "cookies",
        "notifications",
        "http:\/\/api.meepcity.com\/getShopAssets.php",
        "http:\/\/www.meepcity.com\/item.php?id=*",
        "https:\/\/c.meepcity.com\/avatars\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "https:\/\/c.meepcity.com\/avatars\/*",
        "alert.mp3"
    ]
}