Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
什么是Meepcity Notifier?
Meepcity Notifier是由L2000开发的Chrome扩展程序,该扩展的主要功能是“The Official MeepCity Asset Notifier by Lag, Call23re and Badcc”。
扩展截图
下载Meepcity Notifier扩展crx文件
下载Meepcity Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
官方URL | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
简介 | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
文件大小 | 117 KB |
安装次数 | 56 |
当前版本 | 1.0.5 |
更新时间 | 2014-10-21 |
上架时间 | 2014-10-21 |
评分 | 5.00/5 共3次评分 |
开发者 | L2000 |
付费类型 | free |
支持的语言 | 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" ] } |