Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

O que é Meepcity Notifier?

Meepcity Notifier é uma extensão do Chrome desenvolvida por L2000, e sua principal característica é "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Meepcity Notifier

Baixe arquivos de extensão Meepcity Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
URL Oficial https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Descrição The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Tamanho do Arquivo 117 KB
Contagem de Instalações 56
Versão Atual 1.0.5
Última Atualização 2014-10-21
Data de Publicação 2014-10-21
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor L2000
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}