Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Was ist Meepcity Notifier?

Meepcity Notifier ist eine Chrome-Erweiterung, die von L2000 entwickelt wurde, und ihr Hauptmerkmal ist "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

Erweiterungsscreenshots

screenshot

Meepcity Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Meepcity Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
Offizielle URL https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Beschreibung The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Dateigröße 117 KB
Installationsanzahl 56
Aktuelle Version 1.0.5
Letztes Update 2014-10-21
Veröffentlichungsdatum 2014-10-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler L2000
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}