Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Co to jest Meepcity Notifier?
Meepcity Notifier to rozszerzenie Chrome opracowane przez L2000, a jego główną funkcją jest „The Official MeepCity Asset Notifier by Lag, Call23re and Badcc”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meepcity Notifier
Pobierz pliki rozszerzeń Meepcity Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
Oficjalny URL | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
Opis | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
Rozmiar pliku | 117 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2014-10-21 |
Data Publikacji | 2014-10-21 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | L2000 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |