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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
官方網址 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"
    ]
}