Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Co je Meepcity Notifier?

Meepcity Notifier je rozšíření Chrome vyvinuté L2000, a jeho hlavní funkcí je „The Official MeepCity Asset Notifier by Lag, Call23re and Badcc“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Meepcity Notifier

Stáhněte si soubory rozšíření Meepcity Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
Oficiální URL https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Popis The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Velikost souboru 117 KB
Počet instalací 56
Aktuální Verze 1.0.5
Poslední Aktualizace 2014-10-21
Datum Vydání 2014-10-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář L2000
Typ Platby free
Podporované Jazyky 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"
    ]
}