Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

What is Meepcity Notifier?

Meepcity Notifier is a Chrome extension developed by L2000, and its main feature is "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

Extension Screenshots

screenshot

Download Meepcity Notifier Extension CRX File

Download Meepcity Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
Official URL https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Description The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
File Size 117 KB
Installation Count 56
Current Version 1.0.5
Last Updated 2014-10-21
Publish Date 2014-10-21
Rating 5.00/5 Total 3 Ratings
Developer L2000
Payment Type free
Supported Languages 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"
    ]
}