Meepcity Notifier

The Official MeepCity Asset Notifier by Lag, Call23re and Badcc

Meepcity Notifier là gì?

Meepcity Notifier là một tiện ích mở rộng Chrome được phát triển bởi L2000, và tính năng chính của nó là "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meepcity Notifier

Tải xuống các tệp mở rộng Meepcity Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meepcity Notifier Meepcity Notifier
ID ofpgijjhegikanpcioonbllfnilmooaa
URL Chính Thức https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa
Mô tả The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2014-10-21
Ngày Phát Hành 2014-10-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển L2000
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}