Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Wat is Meepcity Notifier?

Meepcity Notifier is een Chrome-extensie ontwikkeld door L2000, en de belangrijkste functie is "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Meepcity Notifier

Download Meepcity Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
Officiële URL https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Beschrijving The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Bestandsgrootte 117 KB
Aantal Installaties 56
Huidige Versie 1.0.5
Laatst Bijgewerkt 2014-10-21
Publicatiedatum 2014-10-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar L2000
Betalingswijze free
Ondersteunde Talen 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"
    ]
}