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" ] } |